summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2023-04-12 15:31:17 +0800
committerliuwentan <[email protected]>2023-04-12 15:31:17 +0800
commite8fb0143e9770f95b724b567f2e5a7ea5b09b675 (patch)
treef0af310e75f136aeb2ab707dc08b1d5b27ba5ccb /vendor
parent53cd03995d739b17da00a1d8dd1e0dc556518ed1 (diff)
read_full_config error can't abort maat_new
Diffstat (limited to 'vendor')
-rw-r--r--vendor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
index d133a3f..7c31055 100644
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -5,7 +5,7 @@ include(ExternalProject)
set(VENDOR_ROOT ${CMAKE_BINARY_DIR}/vendor)
set(VENDOR_BUILD ${CMAKE_BINARY_DIR}/vendor/vbuild)
-set(CMAKE_C_FLAGS "-std=gnu99 -fPIC -Wall")
+set(CMAKE_C_FLAGS "-std=c99 -fPIC -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall")
# GoogleTest