Skip to content

Commit

Permalink
deps src: Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
marvim committed Sep 22, 2024
1 parent a62839f commit ac6b42f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/lpeg/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project (lpeg C)

include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion src/treesitter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project(treesitter C)

add_compile_options(-w)
Expand Down
2 changes: 1 addition & 1 deletion src/treesitter_c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project(parser C)

add_compile_options(-w)
Expand Down
2 changes: 1 addition & 1 deletion src/treesitter_lua/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project(parser C)

add_compile_options(-w)
Expand Down
2 changes: 1 addition & 1 deletion src/treesitter_markdown/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project(${PARSERLANG} C)

add_compile_options(-w)
Expand Down
2 changes: 1 addition & 1 deletion src/treesitter_query/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project(parser C)

add_compile_options(-w)
Expand Down
2 changes: 1 addition & 1 deletion src/treesitter_vim/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project(parser C)

add_compile_options(-w)
Expand Down
2 changes: 1 addition & 1 deletion src/treesitter_vimdoc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project(parser C)

add_compile_options(-w)
Expand Down

0 comments on commit ac6b42f

Please sign in to comment.