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 --- view/sharedcache/api/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/api/python') diff --git a/view/sharedcache/api/python/CMakeLists.txt b/view/sharedcache/api/python/CMakeLists.txt index 9d62eee4..61de6d1a 100644 --- a/view/sharedcache/api/python/CMakeLists.txt +++ b/view/sharedcache/api/python/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(sharedcache-python-api) -- cgit v1.3.1