Skip to content

Commit

Permalink
bump min cmake version to 3.5
Browse files Browse the repository at this point in the history
Co-authored-by: Ian McInerney <[email protected]>
  • Loading branch information
Antoine Hoarau and imciner2 authored Apr 5, 2024
1 parent 057628b commit 80d67b4
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,5 +1,5 @@
# Minimum version required
cmake_minimum_required (VERSION 3.2...3.5)
cmake_minimum_required (VERSION 3.5)

set(QDLDL_VERSION_MAJOR "0")
set(QDLDL_VERSION_MINOR "1")
Expand Down

0 comments on commit 80d67b4

Please sign in to comment.