Skip to content
Snippets Groups Projects
Commit ff54e9bf authored by armatusmiles's avatar armatusmiles
Browse files

Add -std=c11 flag

parent 643fdf80
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ project(libdap-test)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_C_FLAGS "-Wall -Wextra")
set(CMAKE_C_FLAGS "-std=c11")
# Tell CMake to run moc when necessary:
set(CMAKE_AUTOMOC ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment