Skip to content

Commit b3a4d51

Browse files
committed
[CMake] Stop features being printed out 3 times. (#498)
1 parent db13e8b commit b3a4d51

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Generals/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ if(GENZH_GENERALS_INSTALL_PREFIX AND NOT "${GENZH_GENERALS_INSTALL_PREFIX}" STRE
3939
install(FILES $<TARGET_PDB_FILE:g_worldbuilder> DESTINATION "${GENZH_GENERALS_INSTALL_PREFIX}" OPTIONAL)
4040
endif()
4141
endif()
42-
43-
feature_summary(WHAT ENABLED_FEATURES DESCRIPTION "Enabled features:")
44-
feature_summary(WHAT DISABLED_FEATURES DESCRIPTION "Disabled features:")

GeneralsMD/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,3 @@ if(GENZH_ZEROHOUR_INSTALL_PREFIX AND NOT "${GENZH_ZEROHOUR_INSTALL_PREFIX}" STRE
3838
install(FILES $<TARGET_PDB_FILE:z_worldbuilder> DESTINATION "${GENZH_ZEROHOUR_INSTALL_PREFIX}" OPTIONAL)
3939
endif()
4040
endif()
41-
42-
feature_summary(WHAT ENABLED_FEATURES DESCRIPTION "Enabled features:")
43-
feature_summary(WHAT DISABLED_FEATURES DESCRIPTION "Disabled features:")

0 commit comments

Comments
 (0)