2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:04:56 +00:00

Require CMake 3.10

This commit is contained in:
Jack Andersen
2017-11-13 18:51:09 -10:00
parent b41b21cb4b
commit 6a797097a4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
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(hecl)
set(CMAKE_CXX_STANDARD 17)