From 3c861776d20d7d176aac659ad771a801b3d6a15a Mon Sep 17 00:00:00 2001 From: Aaron Enye Shi Date: Thu, 15 Jun 2017 14:09:05 -0400 Subject: [PATCH] Remove not used MSVC UI navigation lines Not using Visual Studio UI Navigation here. --- include/CMakeLists.txt | 1 - include/experimental/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index b09aedd258b..933af298f33 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -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} diff --git a/include/experimental/CMakeLists.txt b/include/experimental/CMakeLists.txt index 8cbf8d4adcd..a46f2929874 100644 --- a/include/experimental/CMakeLists.txt +++ b/include/experimental/CMakeLists.txt @@ -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}