mirror of https://github.com/AxioDL/amuse.git
Require CMake 3.10
This commit is contained in:
parent
448b212ad9
commit
862c618b7e
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) # because of CMAKE_CXX_STANDARD
|
||||
cmake_minimum_required(VERSION 3.10 FATAL_ERROR) # because of c++17
|
||||
|
||||
project(amuse)
|
||||
|
||||
|
|
Loading…
Reference in New Issue