mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 12:51:08 +00:00
Make info messages seem less important (#788)
This commit is contained in:
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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user