From 2b7cfde64f14e41c69b5f87bc259c3c4645bfda2 Mon Sep 17 00:00:00 2001 From: winter091 Date: Mon, 25 Jan 2021 15:50:18 +0300 Subject: [PATCH] remove wrong c standard bug --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 378332b..863a95d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ else(CGLM_STATIC) endif() if(CGLM_USE_C99) - set(C_STANDARD 99) + set(CMAKE_C_STANDARD 99) endif() if(MSVC)