$NetBSD: patch-.._vendor_glsl-to-spirv-0.1.7_glslang_CMakeLists.txt,v 1.1 2025/11/14 10:19:18 pin Exp $ Fix build with cmake 4. --- ../vendor/glsl-to-spirv-0.1.7/glslang/CMakeLists.txt.orig 2025-11-14 08:59:24.451378764 +0000 +++ ../vendor/glsl-to-spirv-0.1.7/glslang/CMakeLists.txt @@ -1,6 +1,6 @@ # increase to 3.1 once all major distributions # include a version of CMake >= 3.1 -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.5) set_property(GLOBAL PROPERTY USE_FOLDERS ON) # Adhere to GNU filesystem layout conventions