We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec9015 commit 511f6faCopy full SHA for 511f6fa
1 file changed
cmake/build/Ccache.cmake
@@ -28,7 +28,7 @@ find_program(
28
DOC "ccache executable")
29
30
if(NOT CCACHE_COMMAND)
31
- message(WARNING "No ccache found, disable ccache optimization.")
+ message(STATUS "No ccache found, disable ccache optimization.")
32
return()
33
endif()
34
0 commit comments