mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 23:09:36 +03:00
change C standard requirement back to 11
This commit is contained in:
parent
52cf54409e
commit
06b7c9043f
@ -38,7 +38,7 @@ set(DOXYGEN_GENERATE_MAN NO)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CMAKE_C_STANDARD 99)
|
set(CMAKE_C_STANDARD 11)
|
||||||
set(CMAKE_C_STANDARD_REQUIRED YES)
|
set(CMAKE_C_STANDARD_REQUIRED YES)
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
Loading…
Reference in New Issue
Block a user