mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
remove wrong c standard bug
This commit is contained in:
@@ -18,7 +18,7 @@ else(CGLM_STATIC)
|
||||
endif()
|
||||
|
||||
if(CGLM_USE_C99)
|
||||
set(C_STANDARD 99)
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
|
||||
Reference in New Issue
Block a user