mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
FindCcache automatically
This commit is contained in:
parent
378cdeaeae
commit
d3e77ccb59
2 changed files with 59 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue