Skip to content

Commit

Permalink
Remove not used MSVC UI navigation lines
Browse files Browse the repository at this point in the history
Not using Visual Studio UI Navigation here.
  • Loading branch information
aaronenyeshi committed Jun 15, 2017
1 parent aa0d1ea commit 3c86177
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ endforeach( f )
# Create target for hcc-headers and set dependencies
add_custom_target(hcc-headers ALL DEPENDS ${out_files})
add_dependencies(world hcc-headers)
set_target_properties(hcc-headers PROPERTIES FOLDER "HCC Misc")

# Install command for headers
install(FILES ${HCC_HEADERS}
Expand Down
1 change: 0 additions & 1 deletion include/experimental/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ endforeach( f )
# Create target for pstl-headers and set dependencies
add_custom_target(pstl-headers ALL DEPENDS ${exp_out_files} ${impl_out_files})
add_dependencies(world pstl-headers)
set_target_properties(pstl-headers PROPERTIES FOLDER "HCC Misc")

# Install command for PSTL exp headers
install(FILES ${PSTL_EXP_HEADERS}
Expand Down

0 comments on commit 3c86177

Please sign in to comment.