You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if(NEW_LOG_LEVEL)
|
|
set(CMAKE_MESSAGE_LOG_LEVEL "${NEW_LOG_LEVEL}")
|
|
endif()
|
|
cmake_language(GET_MESSAGE_LOG_LEVEL log_level)
|
|
message(STATUS "log level is: ${log_level}")
|