Skip to content

Commit

Permalink
Set C standard to C99
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Aug 19, 2024
1 parent 3097919 commit bf505d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c/wsgup/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.5.0)

project(wsgup VERSION 0.0.1 LANGUAGES C)
set_property(TARGET wsgup PROPERTY C_STANDARD 99)

# set(OPENSSL_ROOT_DIR "/usr/lib")
# set(OPENSSL_USE_STATIC_LIBS TRUE)
Expand Down

0 comments on commit bf505d9

Please sign in to comment.