Skip to content
Snippets Groups Projects
Verified Commit ffd17e1d authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix cmake builds missing libicudata

parent 7e66224a
No related branches found
No related tags found
No related merge requests found
Pipeline #5279 passed
......@@ -14,6 +14,7 @@ if (WIN32)
CURL_USE_SCHANNEL=ON
CURL_USE_OPENSSL=OFF
CURL_USE_LIBSSH2=OFF
CURL_USE_LIBPSL=OFF
CURL_DISABLE_FTP=ON
CURL_DISABLE_FTP=ON
CURL_DISABLE_FILE=ON
......@@ -41,6 +42,7 @@ else()
CURL_USE_SCHANNEL=OFF
CURL_USE_OPENSSL=ON
CURL_USE_LIBSSH2=OFF
CURL_USE_LIBPSL=OFF
CURL_DISABLE_FTP=ON
CURL_DISABLE_FTP=ON
CURL_DISABLE_FILE=ON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment