Skip to content

Commit

Permalink
setup C standard to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAlphaFox committed Nov 29, 2024
1 parent ecba6cd commit 61358b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.25)
project(czsocket VERSION 1.0.1 DESCRIPTION "socket library for chez scheme")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_C_STANDARD 17)

add_library(${PROJECT_NAME} SHARED
src/common/base_handler.cpp
Expand Down

0 comments on commit 61358b2

Please sign in to comment.