Browse Source

Message in cmake if ccache is disabled

tempestpy_adaptions
Matthias Volk 7 years ago
parent
commit
d8e166094f
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -105,6 +105,8 @@ if(STORM_COMPILE_WITH_CCACHE)
else()
message(STATUS "Storm - Could not find ccache.")
endif()
else()
message(STATUS "Storm - Disabled use of ccache.")
endif()
# Directory for test resources.

Loading…
Cancel
Save