Skip to content

Commit

Permalink
UPDATED: Increase required CMake version to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Jul 20, 2024
1 parent 2066ad4 commit 655c090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# See the LICENSE file for copyright and licensing information.
#

cmake_minimum_required(VERSION 2.9)
cmake_minimum_required(VERSION 3.5)


# ===================
Expand Down
2 changes: 1 addition & 1 deletion lemon/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.6)
cmake_minimum_required (VERSION 3.5)

# Quick file to build lemon parser generator

Expand Down

0 comments on commit 655c090

Please sign in to comment.