Update minimum version of CMake

Set CMake minimum required version range to 3.4.3...4.0
to silence compatibility errors in CMake 4.0
by explicitly opting into all policies up to 4.0

Signed-off-by: Maged Elnaggar <maged.elnaggar@arm.com>
Change-Id: I2e0527dde4e764e9c17f519fc0ddd3c0e382fa31
This commit is contained in:
Maged Elnaggar 2025-06-17 10:33:44 +00:00 committed by Rosen Zhelev
parent 7c71bbc214
commit 1eafebc56a

View file

@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
cmake_minimum_required(VERSION 3.4.3)
cmake_minimum_required(VERSION 3.4.3...4.0)
project(VkLayer_window_system_integration)
find_package(PkgConfig REQUIRED)