Skip to content
Snippets Groups Projects
Commit 89916039 authored by Soeren Peters's avatar Soeren Peters
Browse files
parent 966070c2
No related branches found
No related tags found
1 merge request!340cmake "ccache" warning change to info
......@@ -28,6 +28,6 @@ function(enable_cache)
${CACHE_BINARY}
CACHE FILEPATH "C compiler cache used")
else()
message(WARNING "${CACHE_OPTION} is enabled but was not found. Not using it")
message(STATUS "${CACHE_OPTION} is enabled but was not found. Not using it!")
endif()
endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment