Skip to content
Snippets Groups Projects
Commit f49535ae authored by Ben Boeckel's avatar Ben Boeckel
Browse files

cmake: provide a reason for the `WANT_BY_DEFAULT` flag

parent 017dc121
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,8 @@ set_property(GLOBAL
option(VTK_BUILD_ALL_MODULES "Build all modules by default" OFF)
mark_as_advanced(VTK_BUILD_ALL_MODULES)
set(_vtk_module_reason_WANT_BY_DEFAULT
"via `VTK_BUILD_ALL_MODULES`")
option(VTK_TARGET_SPECIFIC_COMPONENTS "Install files in target-specific components" OFF)
mark_as_advanced(VTK_TARGET_SPECIFIC_COMPONENTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment