Skip to content

Commit 7051795

Browse files
committed
reduce c standard
1 parent 31c83e0 commit 7051795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
2222
endif()
2323
cmake_policy(SET CMP0075 NEW)
2424

25-
set(CMAKE_C_STANDARD 17)
25+
set(CMAKE_C_STANDARD 11)
2626
set(CMAKE_C_STANDARD_REQUIRED ON)
2727
set(CMAKE_C_EXTENSIONS OFF)
2828
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)