FindCcache automatically

This commit is contained in:
mj-xmr 2020-04-15 20:38:23 +02:00
parent 378cdeaeae
commit d3e77ccb59
2 changed files with 59 additions and 0 deletions

View file

@ -48,6 +48,8 @@ message(STATUS "CMake version ${CMAKE_VERSION}")
project(monero)
include(FindCcache) # Has to be included after the project() macro, to be able to read the CXX variable.
enable_language(C ASM)
function (die msg)