From a18d004be2217bd59c34ba5a3600f72de70c9419 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 5 Jan 2023 09:23:50 -0600 Subject: revert to pure C89 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index db233da..bf4279e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ target_include_directories(kalmia PUBLIC include 3rdparty 3rdparty/ezxml) if (UNIX) set_target_properties( kalmia PROPERTIES - C_STANDARD 99 + C_STANDARD 90 CMAKE_C_FLAGS "-Wall -Wextra -Werror -Wfatal-errors -Wpedantic" ) endif() -- cgit v1.2.1