mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-04-07 23:27:12 +00:00
Don't set C++ to the old standard, this causes unrelated problems during build
This commit is contained in:
parent
4f4a95748e
commit
336e63d782
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6...3.20)
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.6...3.20)
|
||||||
PROJECT(Aquaria)
|
PROJECT(Aquaria)
|
||||||
SET(CMAKE_CXX_STANDARD 98)
|
#SET(CMAKE_CXX_STANDARD 98)
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue