Skip to content

Commit

Permalink
Bump min required cmake version to 3.9
Browse files Browse the repository at this point in the history
In the top-level cmake file. It was 3.5 and recent cmake versions
complain about it becoming deprecate.
Also, the wrap directory already required 3.9 anyhow...
  • Loading branch information
jlblancoc committed Nov 7, 2024
1 parent 04768a7 commit c4cf826
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.5)
cmake_minimum_required(VERSION 3.9)
if (POLICY CMP0082)
cmake_policy(SET CMP0082 NEW) # install from sub-directories immediately
endif()
Expand Down

0 comments on commit c4cf826

Please sign in to comment.