Make that FindWayland warning shut up
Hopefully "stable" distros use a not-ancient-enough CMake version that this should be okay.
This commit is contained in:
parent
f16de402cf
commit
4d3af0d915
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
cmake_policy(VERSION 3.15)
|
cmake_policy(VERSION 3.15)
|
||||||
if (POLICY CMP0076)
|
if (POLICY CMP0076)
|
||||||
|
|
Loading…
Reference in New Issue