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

Require CMake 3.10

This commit is contained in:
Jack Andersen
2017-11-13 18:54:47 -10:00
parent 0fa7113d61
commit e18eef9b18
9 changed files with 9 additions and 9 deletions

View File

@@ -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
cmake_policy(SET CMP0054 NEW)
project(urde)

2
amuse

Submodule amuse updated: 448b212ad9...862c618b7e

View File

@@ -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
add_subdirectory(tinyxml2)
add_executable(assetnameparser "main.cpp")
include_directories(${LOGVISOR_INCLUDE_DIR})

2
hecl

Submodule hecl updated: d64f9440db...9929dc1b88

2
jbus

Submodule jbus updated: ec0589ec23...b1f9b08d25

2
nod

Submodule nod updated: 58ceb47b25...b5916af702

Submodule specter updated: c0bfbefc1d...2ad799ced3

View File

@@ -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(visigen)
set(CMAKE_CXX_STANDARD 17)