require at least CMake 3.16.0 to use FindQtWaylandScanner.cmake as per compilation error

require at least CMake 3.16.0 to use  FindQtWaylandScanner.cmake as per compilation error
This commit is contained in:
Carlos De Maine 2023-01-12 00:07:02 +00:00
parent 7d454fd030
commit f252d026d7

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.16)
# KDE Release Service Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "23")