From a5a14a97633f668caea42a21fb316050983b474d Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 8 Feb 2024 21:57:34 +0100 Subject: [PATCH] force c++ version --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index b3de114..769129f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -4,6 +4,7 @@ target("Pivot") set_kind("binary") add_files("src/*.cpp") set_rundir("$(projectdir)/matricies") + set_languages("c++17") -- -- If you want to known more usage about xmake, please see https://xmake.io