Skip to content

Commit

Permalink
Increase range of supported cmake versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jan 3, 2024
1 parent e825fdc commit f472983
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...3.22)
cmake_minimum_required(VERSION 3.4...3.27)
project(primesieve CXX)
set(PRIMESIEVE_VERSION "11.2")
set(PRIMESIEVE_SOVERSION "11.2.0")
Expand Down

0 comments on commit f472983

Please sign in to comment.