Skip to content

Commit

Permalink
increase minimum CMake version to 3.5
Browse files Browse the repository at this point in the history
in order to avoid a deprecation warning
  • Loading branch information
Expander committed Oct 27, 2024
1 parent f21dea8 commit d3e493a
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.2)
cmake_minimum_required(VERSION 3.5)
project(polylogarithm CXX C)

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit d3e493a

Please sign in to comment.