mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +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()
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_STANDARD_REQUIRED YES)
|
||||
|
||||
if(MSVC)
|
||||
|
Loading…
Reference in New Issue
Block a user