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}