mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Only display actually included modules in the CMake log (closing #122)
This commit is contained in:
@@ -363,7 +363,10 @@ function (handle_internal_modules)
|
||||
|
||||
message(STATUS "Included modules:")
|
||||
foreach (module ${sortedModules})
|
||||
message(STATUS "\t${module}")
|
||||
create_option_name(${module} optionName)
|
||||
if (${optionName})
|
||||
message(STATUS "\t${module}")
|
||||
endif ()
|
||||
endforeach ()
|
||||
|
||||
# Add subdirectories in the correct order
|
||||
|
||||
Reference in New Issue
Block a user