Bump min required cmake version to 3.9

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...
release/4.3a0
Jose Luis Blanco-Claraco 2024-11-08 00:01:30 +01:00
parent 04768a7c26
commit c4cf82668c
No known key found for this signature in database
GPG Key ID: D443304FBD70A641
1 changed files with 1 additions and 1 deletions

View File

@ -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()