diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-05-13 16:57:37 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-05-13 17:09:48 -0400 |
| commit | 1408212717861485772985940474034078282829 (patch) | |
| tree | 0a090e294d384276d0e5374cde8432ae40cf9602 /examples/triage | |
| parent | 7034620653386995816157558520033738480413 (diff) | |
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Diffstat (limited to 'examples/triage')
| -rw-r--r-- | examples/triage/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/CMakeLists.txt b/examples/triage/CMakeLists.txt index 9c1be84c..a250e09b 100644 --- a/examples/triage/CMakeLists.txt +++ b/examples/triage/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(triage CXX C) |
