Set CMake minumum version to 3.12, for PythonLibs finding
This commit is contained in:
parent
e30fd84dac
commit
accde58b5b
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required (VERSION 3.1)
|
cmake_minimum_required (VERSION 3.12)
|
||||||
|
|
||||||
# To allow linking to static libs from other directories
|
# To allow linking to static libs from other directories
|
||||||
cmake_policy(SET CMP0079 NEW)
|
cmake_policy(SET CMP0079 NEW)
|
||||||
|
Loading…
Reference in New Issue
Block a user