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 --- examples/workflows/inliner/CMakeLists.txt | 2 +- examples/workflows/tailcall/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/workflows') diff --git a/examples/workflows/inliner/CMakeLists.txt b/examples/workflows/inliner/CMakeLists.txt index a831a45a..882b443c 100644 --- a/examples/workflows/inliner/CMakeLists.txt +++ b/examples/workflows/inliner/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(workflow_inliner) diff --git a/examples/workflows/tailcall/CMakeLists.txt b/examples/workflows/tailcall/CMakeLists.txt index 37b4d502..60679dd7 100644 --- a/examples/workflows/tailcall/CMakeLists.txt +++ b/examples/workflows/tailcall/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(workflow_tailcall) -- cgit v1.3.1