diff options
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/decree/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | platform/efi/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | platform/freebsd/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | platform/linux/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | platform/mac-kernel/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | platform/mac/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | platform/windows-kernel/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | platform/windows/CMakeLists.txt | 2 |
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) |
