diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-05-27 13:34:11 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-06-25 18:36:48 -0400 |
| commit | 0342220203fd3adb2a1859230223311252ab24e3 (patch) | |
| tree | 90cd96454518159b8ffc5699f9bcae7df923577c /plugins/svd | |
| parent | c41f264a1dba68c89b4a224a70e3a5783f7fa879 (diff) | |
Update CXX_STANDARD to 20.
Also update minimum CMake version.
Diffstat (limited to 'plugins/svd')
| -rw-r--r-- | plugins/svd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/svd/CMakeLists.txt b/plugins/svd/CMakeLists.txt index 253eb523..eb57107d 100644 --- a/plugins/svd/CMakeLists.txt +++ b/plugins/svd/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(svd_ninja) |
