diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 01:33:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 01:33:44 +0300 |
commit | 2af81866541dc77c1b0e84cef2fcc876e57ee0b0 (patch) | |
tree | 52fc4667e668c144aed7cbe2a2015393113289ed | |
parent | AppVeyor: package artifacts (diff) | |
download | winapi-debug-2af81866541dc77c1b0e84cef2fcc876e57ee0b0.tar.gz winapi-debug-2af81866541dc77c1b0e84cef2fcc876e57ee0b0.zip |
update cmake-common
-rw-r--r-- | appveyor.yml | 2 | ||||
m--------- | cmake | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3917982..089cdc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" cmake\build\build_appveyor.py --install "%install_dir%" --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%"' + - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%" -- -D "BOOST_ROOT=%appveyor_boost_root%" -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%"' after_build: - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%" diff --git a/cmake b/cmake -Subproject 77571d71ce48a68cbd6d3a931b89d07e298f3f3 +Subproject e3c81aeff2eae97259df94bc066296432a95ef2 |