From 1408212717861485772985940474034078282829 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 13 May 2025 16:57:37 -0400 Subject: [CMake] Report compatibility with 3.15 to silence deprecation warnings --- platform/decree/CMakeLists.txt | 2 +- platform/efi/CMakeLists.txt | 2 +- platform/freebsd/CMakeLists.txt | 2 +- platform/linux/CMakeLists.txt | 2 +- platform/mac-kernel/CMakeLists.txt | 2 +- platform/mac/CMakeLists.txt | 2 +- platform/windows-kernel/CMakeLists.txt | 2 +- platform/windows/CMakeLists.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'platform') diff --git a/platform/decree/CMakeLists.txt b/platform/decree/CMakeLists.txt index 646580ee..9a39c34c 100644 --- a/platform/decree/CMakeLists.txt +++ b/platform/decree/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR) project(platform_decree) diff --git a/platform/efi/CMakeLists.txt b/platform/efi/CMakeLists.txt index 1da0a2d7..30f7b328 100644 --- a/platform/efi/CMakeLists.txt +++ b/platform/efi/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR) project(platform_efi) diff --git a/platform/freebsd/CMakeLists.txt b/platform/freebsd/CMakeLists.txt index fd7889b6..f7fda4ea 100644 --- a/platform/freebsd/CMakeLists.txt +++ b/platform/freebsd/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR) project(platform_freebsd) diff --git a/platform/linux/CMakeLists.txt b/platform/linux/CMakeLists.txt index 03c1ce5d..114b1b1f 100644 --- a/platform/linux/CMakeLists.txt +++ b/platform/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR) project(platform_linux) diff --git a/platform/mac-kernel/CMakeLists.txt b/platform/mac-kernel/CMakeLists.txt index add7a3d1..86f0f7fa 100644 --- a/platform/mac-kernel/CMakeLists.txt +++ b/platform/mac-kernel/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR) project(platform_mac_kernel) diff --git a/platform/mac/CMakeLists.txt b/platform/mac/CMakeLists.txt index 9ead5abd..fd0c35fb 100644 --- a/platform/mac/CMakeLists.txt +++ b/platform/mac/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR) project(platform_mac) diff --git a/platform/windows-kernel/CMakeLists.txt b/platform/windows-kernel/CMakeLists.txt index eafe32b9..d1cfe1ac 100644 --- a/platform/windows-kernel/CMakeLists.txt +++ b/platform/windows-kernel/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR) project(platform_windows_kernel) diff --git a/platform/windows/CMakeLists.txt b/platform/windows/CMakeLists.txt index e244fd49..827d53b9 100644 --- a/platform/windows/CMakeLists.txt +++ b/platform/windows/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR) project(platform_windows) -- cgit v1.3.1