We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53aec0 commit eea7e38Copy full SHA for eea7e38
cmake/Utils.cmake
@@ -4,7 +4,7 @@
4
5
function(verbose_message content)
6
if(${PROJECT_NAME}_VERBOSE_OUTPUT)
7
- message(VERBOSE ${content})
+ message(STATUS ${content})
8
endif()
9
endfunction()
10
0 commit comments