summaryrefslogtreecommitdiff
path: root/plugins
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 /plugins
parent7034620653386995816157558520033738480413 (diff)
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dwarf/dwarf_export/CMakeLists.txt2
-rw-r--r--plugins/dwarf/dwarf_import/CMakeLists.txt2
-rw-r--r--plugins/idb_import/CMakeLists.txt2
-rw-r--r--plugins/pdb-ng/CMakeLists.txt2
-rw-r--r--plugins/rtti/CMakeLists.txt2
-rw-r--r--plugins/stack_render_layer/CMakeLists.txt2
-rw-r--r--plugins/svd/CMakeLists.txt2
-rw-r--r--plugins/warp/CMakeLists.txt2
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/dwarf/dwarf_export/CMakeLists.txt b/plugins/dwarf/dwarf_export/CMakeLists.txt
index 2e8f15d4..f388f8fc 100644
--- a/plugins/dwarf/dwarf_export/CMakeLists.txt
+++ b/plugins/dwarf/dwarf_export/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(dwarf_export)
diff --git a/plugins/dwarf/dwarf_import/CMakeLists.txt b/plugins/dwarf/dwarf_import/CMakeLists.txt
index 0126a7a8..b7357ae4 100644
--- a/plugins/dwarf/dwarf_import/CMakeLists.txt
+++ b/plugins/dwarf/dwarf_import/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(dwarf_import)
diff --git a/plugins/idb_import/CMakeLists.txt b/plugins/idb_import/CMakeLists.txt
index 4cd52784..8241e09c 100644
--- a/plugins/idb_import/CMakeLists.txt
+++ b/plugins/idb_import/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(idb_import)
diff --git a/plugins/pdb-ng/CMakeLists.txt b/plugins/pdb-ng/CMakeLists.txt
index 238a55b2..bfd5332f 100644
--- a/plugins/pdb-ng/CMakeLists.txt
+++ b/plugins/pdb-ng/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(pdb_import_plugin)
diff --git a/plugins/rtti/CMakeLists.txt b/plugins/rtti/CMakeLists.txt
index bba317d1..b1fc1e42 100644
--- a/plugins/rtti/CMakeLists.txt
+++ b/plugins/rtti/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(rtti)
diff --git a/plugins/stack_render_layer/CMakeLists.txt b/plugins/stack_render_layer/CMakeLists.txt
index 3133e63d..a578ed06 100644
--- a/plugins/stack_render_layer/CMakeLists.txt
+++ b/plugins/stack_render_layer/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(stack_render_layer)
diff --git a/plugins/svd/CMakeLists.txt b/plugins/svd/CMakeLists.txt
index 9055de1b..253eb523 100644
--- a/plugins/svd/CMakeLists.txt
+++ b/plugins/svd/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(svd_ninja)
diff --git a/plugins/warp/CMakeLists.txt b/plugins/warp/CMakeLists.txt
index f529df14..762eaf90 100644
--- a/plugins/warp/CMakeLists.txt
+++ b/plugins/warp/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(warp_ninja)