From: Marcel Raad Date: Thu, 4 Oct 2018 18:22:39 +0000 (+0200) Subject: AppVeyor: set custom install prefix X-Git-Tag: curl-7_62_0~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f475d9efb1ad220223ddb17b6acbf4b91502755f;p=curl AppVeyor: set custom install prefix CMake's default has spaces and in 32-bit mode parentheses, which result in syntax errors in curl-config. Closes https://github.com/curl/curl/pull/3100 --- diff --git a/appveyor.yml b/appveyor.yml index 0f520c9c4..f0f71190d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,7 +46,7 @@ environment: SHARED: OFF build_script: - - cmake . -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DBUILD_SHARED_LIBS=%SHARED% -DBUILD_TESTING=%TESTING% -DCURL_WERROR=ON -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE="" -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG="" + - cmake . -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DBUILD_SHARED_LIBS=%SHARED% -DBUILD_TESTING=%TESTING% -DCURL_WERROR=ON -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE="" -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG="" -DCMAKE_INSTALL_PREFIX="C:/CURL" - cmake --build . --config %PRJ_CFG% --clean-first test_script: