From 5e6969545aab79d6b6917695a9865f5a8125097a Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 10 Dec 2023 16:07:14 +0200 Subject: [PATCH] Upgrade C++ standard version to C++14 --- Build | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Build b/Build index ddd4170e..9de35f31 100644 --- a/Build +++ b/Build @@ -40,6 +40,11 @@ package "mspgl" }; }; + build_info + { + standard CXX "c++14"; + }; + generate "RES" { in_suffix ".glsl"; @@ -92,7 +97,6 @@ package "mspgl" incpath "source/animation"; incpath "source/resources"; incpath "source/builders"; - standard CXX "c++11"; }; install true; install_map @@ -123,10 +127,6 @@ package "mspgl" source "demos/desertpillars/source"; require "sigc++-2.0"; use "mspgl"; - build_info - { - standard CXX "c++14"; - }; }; program "forestpond" @@ -134,10 +134,6 @@ package "mspgl" source "demos/forestpond/source"; require "sigc++-2.0"; use "mspgl"; - build_info - { - standard CXX "c++14"; - }; }; program "glslcompiler" -- 2.45.2