From f024274b32a97180e02c063961065fd83d895e3a Mon Sep 17 00:00:00 2001 From: Jack121298 Date: Mon, 5 Aug 2024 10:59:25 +1000 Subject: [PATCH 1/2] fixed build files --- core/build/dependencies.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/build/dependencies.json b/core/build/dependencies.json index 30b79945..03d1747e 100644 --- a/core/build/dependencies.json +++ b/core/build/dependencies.json @@ -16,7 +16,9 @@ "flags": [ "-DFLATBUFFERS_BUILD_FLATLIB=FALSE", "-DFLATBUFFERS_BUILD_FLATHASH=FALSE", - "-DFLATBUFFERS_BUILD_TESTS=FALSE" + "-DFLATBUFFERS_BUILD_TESTS=FALSE", + "-DCMAKE_CXX_STANDARD=17", + "-DCMAKE_CXX_FLAGS=-Wno-stringop-overflow" ] }, { From ab9552e2d255690bd02eeb98d3505cca03747053 Mon Sep 17 00:00:00 2001 From: Jack121298 Date: Mon, 5 Aug 2024 11:07:43 +1000 Subject: [PATCH 2/2] changed formatting --- core/build/dependencies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/build/dependencies.json b/core/build/dependencies.json index 03d1747e..04bf4486 100644 --- a/core/build/dependencies.json +++ b/core/build/dependencies.json @@ -17,8 +17,8 @@ "-DFLATBUFFERS_BUILD_FLATLIB=FALSE", "-DFLATBUFFERS_BUILD_FLATHASH=FALSE", "-DFLATBUFFERS_BUILD_TESTS=FALSE", - "-DCMAKE_CXX_STANDARD=17", - "-DCMAKE_CXX_FLAGS=-Wno-stringop-overflow" + "-DCMAKE_CXX_STANDARD=17", + "-DCMAKE_CXX_FLAGS=-Wno-stringop-overflow" ] }, {