FindCcache automatically

This commit is contained in:
mj-xmr 2020-04-15 20:38:23 +02:00 committed by wowario
parent 4aad596a95
commit 9b70fad289
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
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)