Skip to content

Commit

Permalink
Merge pull request #240 from Challanger524/cmake-ver_depr_compat_warn
Browse files Browse the repository at this point in the history
cmake: Fix "deprecated version compatibility" warning
  • Loading branch information
hyperrealm authored Sep 7, 2024
2 parents 7886cac + 19026c5 commit 6234e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.1...3.28)

# Extract version from configure.ac.
set(VERSION_REGEX "^AC_INIT\\(\\[libconfig\\],[ \t]*\\[([0-9.]+)\\],.*")
Expand Down

0 comments on commit 6234e8e

Please sign in to comment.