Skip to content

Commit 4b0a1bc

Browse files
committed
[cmake] temp set force flag C23 standard for build CI tests
1 parent a314634 commit 4b0a1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ option(GGML_BUILD_EXAMPLES "ggml: build examples" ${GGML_STANDALONE})
216216
# dependencies
217217
#
218218

219-
set(CMAKE_C_STANDARD 11)
219+
set(CMAKE_C_STANDARD 23)
220220
set(CMAKE_C_STANDARD_REQUIRED true)
221221

222222
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)