Skip to content

Commit 400c13f

Browse files
committed
Restrict C version to c99
1 parent 5dcb838 commit 400c13f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ project(laco)
55
set(EXECUTABLE_OUTPUT_PATH "${laco_BINARY_DIR}/bin")
66
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
77
"${CMAKE_SOURCE_DIR}/cmake/modules")
8+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
89

910
set(LACO_VERSION_STRING "0.2.0")
1011
execute_process(COMMAND "date" "+%a %b %d, %Y %T"

0 commit comments

Comments
 (0)