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 --- plugins/dwarf/dwarf_export/CMakeLists.txt | 2 +- plugins/dwarf/dwarf_import/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/dwarf') 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) -- cgit v1.3.1