From 3411d58669fe07e70335b252299432a00d1e7c6c Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 5 Oct 2023 00:48:10 +0200 Subject: [PATCH] cmake: eliminate deprecation warning --- cmake/GetCacheVariables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GetCacheVariables.cmake b/cmake/GetCacheVariables.cmake index ead3589..76f2b16 100644 --- a/cmake/GetCacheVariables.cmake +++ b/cmake/GetCacheVariables.cmake @@ -1,5 +1,5 @@ cmake_policy (PUSH) -cmake_policy (VERSION 3.3) +cmake_policy (VERSION 3.16...3.27) include (CMakeParseArguments)