Skip to content

Commit

Permalink
Instead of cmake 3.5 (2016) set minimum to 3.10 (2017).
Browse files Browse the repository at this point in the history
Current cmake versions warn about requiring versions older than 3.10.
  • Loading branch information
0-wiz-0 committed Nov 25, 2024
1 parent f0a8792 commit 25731d1
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.0)
cmake_minimum_required(VERSION 3.10)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
Expand Down

0 comments on commit 25731d1

Please sign in to comment.