From 2effaf225490b5dc1552a8efbd586213f4798683 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Dec 2019 01:45:11 +0300 Subject: update cmake-common --- appveyor.yml | 3 ++- cmake | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ef02202..690a2b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ image: environment: python_exe: C:\Python36-x64\python.exe + install_dir: C:\Projects\install\privilege-check platform: - Win32 @@ -20,7 +21,7 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" cmake\build\build_appveyor.py' + - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%"' for: # Only build Release builds for master to speed things up: diff --git a/cmake b/cmake index 77571d7..e3c81ae 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 77571d71ce48a68cbd6d3a931b89d07e298f3f34 +Subproject commit e3c81aeff2eae97259df94bc066296432a95ef22 -- cgit v1.2.3