Skip to content

Commit

Permalink
Increase minimum CMake version to 3.5
Browse files Browse the repository at this point in the history
As of CMake 3.27, compatibility with versions of CMake older than 3.5 is
deprecated.
  • Loading branch information
qak authored and ridiculousfish committed Dec 2, 2023
1 parent 3bd3438 commit 5d083f9
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)
cmake_minimum_required(VERSION 3.5)
set(LIBDIVIDE_VERSION "3.0")
project(libdivide C CXX)

Expand Down

0 comments on commit 5d083f9

Please sign in to comment.