Skip to content

Commit

Permalink
ENH: Mark more zlib-ng options as advanced CMake variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed May 18, 2022
1 parent 8676aca commit b95c7be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Modules/ThirdParty/ZLIB/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ set(ZLIB_ENABLE_TESTS OFF)
add_subdirectory(itkzlib-ng)
mark_as_advanced(FORCE
BIN_INSTALL_DIR
FORCE_TZCNT
INC_INSTALL_DIR
LIB_INSTALL_DIR
PKGCONFIG_INSTALL_DIR
WITH_AVX512
WITH_AVX512VNNI
WITH_BENCHMARK_APPS
WITH_BENCHMARKS
WITH_CODE_COVERAGE
WITH_FUZZERS
WITH_GZFILEOP
Expand All @@ -21,4 +26,5 @@ mark_as_advanced(FORCE
WITH_OPTIM
WITH_NATIVE_INSTRUCTIONS
WITH_SANITIZER
WITH_VPCLMULQDQ
)

0 comments on commit b95c7be

Please sign in to comment.