mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 14:30:15 -04:00
cmake: set 3.5 as minimum version
This commit is contained in:
parent
6a3902b9a5
commit
6b881af1ac
10 changed files with 13 additions and 13 deletions
|
@ -44,7 +44,7 @@ if (CCACHE_FOUND)
|
|||
# Try to compile a test program with ccache, in order to verify if it really works. (needed on exotic setups)
|
||||
set(TEST_PROJECT "${CMAKE_BINARY_DIR}/${CMAKE_FILES_DIRECTORY}/CMakeTmp")
|
||||
file(WRITE "${TEST_PROJECT}/CMakeLists.txt" [=[
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(test)
|
||||
option (CCACHE "")
|
||||
file(WRITE "${CMAKE_SOURCE_DIR}/test.cpp" "int main() { return 0; }")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue