Make info messages seem less important (#788)
This commit is contained in:
parent
11862840e2
commit
311f702bd8
1 changed files with 2 additions and 2 deletions
4
deps/drassil/cmake-utils/utils.cmake
vendored
4
deps/drassil/cmake-utils/utils.cmake
vendored
|
|
@ -122,7 +122,7 @@ ENDMACRO()
|
|||
|
||||
MACRO(CU_RUN_HOOK hook_name)
|
||||
CU_GET_GLOBAL(${hook_name})
|
||||
message("Running cmake hook: ${hook_name}")
|
||||
message(STATUS "Running cmake hook: ${hook_name}")
|
||||
if (${hook_name})
|
||||
set(HOOK_ARRAY ${${hook_name}})
|
||||
FOREACH (hook_file ${HOOK_ARRAY})
|
||||
|
|
@ -130,7 +130,7 @@ MACRO(CU_RUN_HOOK hook_name)
|
|||
include("${hook_file}")
|
||||
ENDFOREACH()
|
||||
else()
|
||||
message("No hooks registered for ${hook_name}")
|
||||
message(STATUS "No hooks registered for ${hook_name}")
|
||||
endif()
|
||||
ENDMACRO()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue