Skip to content

Commit

Permalink
Update CMake version to 3.5...3.30
Browse files Browse the repository at this point in the history
This should retain compatibility with earlier version of CMake and suppress
the deprecation warning for quite some time.
  • Loading branch information
zeux committed Nov 16, 2024
1 parent f1f532a commit 8c3038f
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.5)
cmake_minimum_required(VERSION 3.5...3.30)

# Policy configuration; this *MUST* be specified before project is defined
if(POLICY CMP0091)
Expand Down

0 comments on commit 8c3038f

Please sign in to comment.