Skip to content

Commit

Permalink
Merge pull request #4508 from thewtex/cmake-advanced
Browse files Browse the repository at this point in the history
BUG: Mark CMake variables as advanced
  • Loading branch information
thewtex authored Mar 13, 2024
2 parents b2ec06e + 3bd88ce commit 280eb00
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMake/ITKSetPython3Vars.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ endif()
set(Python3_ROOT_DIR
${Python3_ROOT_DIR}
CACHE PATH "Which installation or virtual environment of Python to use" FORCE)
mark_as_advanced(Python3_ROOT_DIR)
1 change: 1 addition & 0 deletions Modules/Remote/IOMeshSWC.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ itk_fetch_module(
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOMeshSWC.git
GIT_TAG 6375295e7802c6a064c90d11f48b3ea238ac8d76
)
mark_as_advanced(FORCE Module_IOMeshSWC)
3 changes: 3 additions & 0 deletions Modules/ThirdParty/Expat/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ mark_as_advanced(FORCE
EXPAT_OSSFUZZ_BUILD
EXPAT_SHARED_LIBS
EXPAT_WARNINGS_AS_ERRORS
EXPAT_WITH_LIBBSD
EXPAT_WITH_GETRANDOM
EXPAT_WITH_SYS_GETRANDOM
)
1 change: 1 addition & 0 deletions Modules/ThirdParty/GoogleTest/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ mark_as_advanced(gtest_build_tests)
mark_as_advanced(gtest_disable_pthreads)
mark_as_advanced(gtest_hide_internal_symbols)
mark_as_advanced(INSTALL_GTEST)
mark_as_advanced(GTEST_HAS_ABSL)
2 changes: 2 additions & 0 deletions Modules/ThirdParty/ZLIB/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mark_as_advanced(FORCE
WITH_BENCHMARKS
WITH_CODE_COVERAGE
WITH_FUZZERS
WITH_GTEST
WITH_GZFILEOP
WITH_MAINTAINER_WARNINGS
WITH_NATIVE_INSTRUCTIONS
Expand All @@ -27,4 +28,5 @@ mark_as_advanced(FORCE
WITH_NATIVE_INSTRUCTIONS
WITH_SANITIZER
WITH_VPCLMULQDQ
ZLIBNG_ENABLE_TESTS
)

0 comments on commit 280eb00

Please # to comment.