diff options
-rw-r--r-- | cmake.deps/cmake/TreesitterParserCMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake.deps/cmake/TreesitterParserCMakeLists.txt b/cmake.deps/cmake/TreesitterParserCMakeLists.txt index 9ec7a23864..be07f00a37 100644 --- a/cmake.deps/cmake/TreesitterParserCMakeLists.txt +++ b/cmake.deps/cmake/TreesitterParserCMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required(VERSION 3.10) project(parser C) +set(CMAKE_C_STANDARD 99) file(GLOB source_files src/*.c) add_library(parser |