mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[zlib-ng] CMakeLists.txt: Disable the automatic feature summary function.
zlib-ng isn't the main package here, so the feature summary isn't useful.
This commit is contained in:
parent
ee7a65253f
commit
c3e2b1985b
4
extlib/zlib-ng/CMakeLists.txt
vendored
4
extlib/zlib-ng/CMakeLists.txt
vendored
@ -46,7 +46,9 @@ include(CheckCSourceRuns)
|
||||
include(CheckCCompilerFlag)
|
||||
include(CMakeDependentOption)
|
||||
include(CMakePackageConfigHelpers)
|
||||
IF(0) # rom-properties
|
||||
include(FeatureSummary)
|
||||
ENDIF(0) # rom-properties
|
||||
|
||||
include(cmake/detect-arch.cmake)
|
||||
include(cmake/detect-install-dirs.cmake)
|
||||
@ -1522,7 +1524,9 @@ endif()
|
||||
|
||||
add_feature_info(INSTALL_UTILS INSTALL_UTILS "Copy minigzip and minideflate during install")
|
||||
|
||||
IF(0) # rom-properties
|
||||
FEATURE_SUMMARY(WHAT ALL INCLUDE_QUIET_PACKAGES)
|
||||
ENDIF(0) # rom-properties
|
||||
|
||||
# rom-properties: Disable CPack.
|
||||
IF(0) # rom-properties
|
||||
|
Loading…
Reference in New Issue
Block a user