Skip to content

Commit

Permalink
Merge pull request #392 from scribam/cmake
Browse files Browse the repository at this point in the history
cmake: bump minimum required to version 3.5.0
  • Loading branch information
0-wiz-0 authored Jul 13, 2023
2 parents 5ea6a22 + 1706ac2 commit a5feb6b
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.4.0)
cmake_minimum_required(VERSION 3.5.0)

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

0 comments on commit a5feb6b

Please sign in to comment.