mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 04:30:11 +01:00
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:
parent
7c71bbc214
commit
1eafebc56a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue