Skip to content
Snippets Groups Projects

cmake "ccache" warning change to info

Merged Sören Peters requested to merge soe.peters/VirtualFluids:develop into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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()
Loading