From 0342220203fd3adb2a1859230223311252ab24e3 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 27 May 2025 13:34:11 -0400 Subject: Update CXX_STANDARD to 20. Also update minimum CMake version. --- 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 f388f8fc..a144ae4a 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...3.15 FATAL_ERROR) +cmake_minimum_required(VERSION 3.15 FATAL_ERROR) project(dwarf_export) diff --git a/plugins/dwarf/dwarf_import/CMakeLists.txt b/plugins/dwarf/dwarf_import/CMakeLists.txt index b7357ae4..dcad561b 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...3.15 FATAL_ERROR) +cmake_minimum_required(VERSION 3.15 FATAL_ERROR) project(dwarf_import) -- cgit v1.3.1