mirror of
https://github.com/moparisthebest/curl
synced 2024-11-17 06:55:02 -05:00
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
This commit is contained in:
parent
d72219eebb
commit
f475d9efb1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user