summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-05-13 16:57:37 -0400
committerGlenn Smith <glenn@vector35.com>2025-05-13 17:09:48 -0400
commit1408212717861485772985940474034078282829 (patch)
tree0a090e294d384276d0e5374cde8432ae40cf9602 /platform
parent7034620653386995816157558520033738480413 (diff)
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Diffstat (limited to 'platform')
-rw-r--r--platform/decree/CMakeLists.txt2
-rw-r--r--platform/efi/CMakeLists.txt2
-rw-r--r--platform/freebsd/CMakeLists.txt2
-rw-r--r--platform/linux/CMakeLists.txt2
-rw-r--r--platform/mac-kernel/CMakeLists.txt2
-rw-r--r--platform/mac/CMakeLists.txt2
-rw-r--r--platform/windows-kernel/CMakeLists.txt2
-rw-r--r--platform/windows/CMakeLists.txt2
8 files changed, 8 insertions, 8 deletions
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)