Skip to content

Commit

Permalink
reduce c standard
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Aug 8, 2023
1 parent 31c83e0 commit 7051795
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 @@ -22,7 +22,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
endif()
cmake_policy(SET CMP0075 NEW)

set(CMAKE_C_STANDARD 17)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_C_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit 7051795

Please sign in to comment.