Skip to content

Commit 511f6fa

Browse files
authored
perf: silence ccache not found (#133)
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
1 parent 9ec9015 commit 511f6fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/build/Ccache.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ find_program(
2828
DOC "ccache executable")
2929

3030
if(NOT CCACHE_COMMAND)
31-
message(WARNING "No ccache found, disable ccache optimization.")
31+
message(STATUS "No ccache found, disable ccache optimization.")
3232
return()
3333
endif()
3434

0 commit comments

Comments
 (0)