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
parent
04768a7c26
commit
c4cf82668c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue