From 55140b1386fdfdb895aff26598f7007b86882228 Mon Sep 17 00:00:00 2001 From: amaitland Date: Sat, 15 Dec 2018 20:20:09 +1000 Subject: [PATCH] appveyor.yml - Using cmake 3.11.4 (older version before Policy CMP0074) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 96e764f..5208994 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ skip_non_tags: true #Cholatey install specific cmake install: - - cinst cmake.portable --version 3.12.1 + - cinst cmake.portable --version 3.11.4 # to run your custom scripts instead of automatic MSBuild build_script: