remove wrong c standard bug

This commit is contained in:
winter091
2021-01-25 15:50:18 +03:00
parent c783c42101
commit 2b7cfde64f

View File

@@ -18,7 +18,7 @@ else(CGLM_STATIC)
endif()
if(CGLM_USE_C99)
set(C_STANDARD 99)
set(CMAKE_C_STANDARD 99)
endif()
if(MSVC)