From 448b1b172b693b89fa63f33bb4d5b4f35bc94484 Mon Sep 17 00:00:00 2001 From: Jarod42 Date: Fri, 2 Aug 2024 18:34:46 +0200 Subject: [PATCH] [fix] revert back cmake_policy to fix appveyor build with nsis --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 381899cb62..ef53aa2862 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ # cmake_minimum_required(VERSION 3.25) +cmake_policy(VERSION 3.10..3.20.2) ######################### # Version configuration #