Skip to content

Commit

Permalink
STYLE: ITK_MINIMUM_COMPLIANCE_LEVEL is an advanced feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Feb 28, 2020
1 parent 84aef6f commit bc6deb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Remote/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include(ITKModuleRemote)

set(ITK_MINIMUM_COMPLIANCE_LEVEL "4" CACHE STRING "Minimum compliance level [5,4,3,2,1,0] for selecting ITK modules.")
set_property(CACHE PROPERTY STRINGS ITK_MINIMUM_COMPLIANCE_LEVEL "5" "4" "3" "2" "1" "0")
mark_as_advanced(ITK_MINIMUM_COMPLIANCE_LEVEL)

file(GLOB remotes "*.remote.cmake")
foreach(remote_module ${remotes})
Expand Down

0 comments on commit bc6deb1

Please sign in to comment.