diff --git a/cmake/build/Ccache.cmake b/cmake/build/Ccache.cmake index e8731d8..6e4c70f 100644 --- a/cmake/build/Ccache.cmake +++ b/cmake/build/Ccache.cmake @@ -28,7 +28,7 @@ find_program( DOC "ccache executable") if(NOT CCACHE_COMMAND) - message(WARNING "No ccache found, disable ccache optimization.") + message(STATUS "No ccache found, disable ccache optimization.") return() endif()