1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-04-07 15:16:51 +00:00

Don't set C++ to the old standard, this causes unrelated problems during build

This commit is contained in:
fgenesis 2025-03-05 03:42:01 +01:00
parent 4f4a95748e
commit 336e63d782

View file

@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6...3.20)
PROJECT(Aquaria)
SET(CMAKE_CXX_STANDARD 98)
#SET(CMAKE_CXX_STANDARD 98)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")