Skip to content

Commit

Permalink
Merge pull request #16 from paullouisageneau/cmake-fix-c-standard
Browse files Browse the repository at this point in the history
CMake: Fix C standard
  • Loading branch information
paullouisageneau authored May 10, 2024
2 parents fbcdc90 + 462cc7b commit 04f6607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(PROJECT_DESCRIPTION "Lightweight STUN/TURN server")
option(USE_SYSTEM_JUICE "Use system libjuice" OFF)
option(WARNINGS_AS_ERRORS "Treat warnings as errors" OFF)

set(C_STANDARD 11)
set(CMAKE_C_STANDARD 11)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules)

if(WIN32)
Expand Down

0 comments on commit 04f6607

Please sign in to comment.