Merge pull request #250 from wowario/upstream

Upstream
This commit is contained in:
jw 2020-05-04 08:27:07 -07:00 committed by GitHub
commit f879d48df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
86 changed files with 1677 additions and 706 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)