summaryrefslogtreecommitdiff
path: root/plugins/dwarf
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/dwarf
parent7034620653386995816157558520033738480413 (diff)
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Diffstat (limited to 'plugins/dwarf')
-rw-r--r--plugins/dwarf/dwarf_export/CMakeLists.txt2
-rw-r--r--plugins/dwarf/dwarf_import/CMakeLists.txt2
2 files changed, 2 insertions, 2 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)