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:
Nadia Holmquist Pedersen 2023-12-26 05:12:26 +01:00
parent f16de402cf
commit 4d3af0d915
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.16)
cmake_policy(VERSION 3.15)
if (POLICY CMP0076)