diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-10 22:01:34 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-10 22:01:56 +0100 |
commit | ffd17e1d4b7b3c74a9d660009861334913e1e546 (patch) | |
tree | fc2d16511788c05b27de57c0d70549ce44e62b20 /cmake | |
parent | Translated using Weblate (Finnish) (diff) | |
download | nheko-ffd17e1d4b7b3c74a9d660009861334913e1e546.tar.xz |
Fix cmake builds missing libicudata
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Hunter/config.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index 3d5dd00f..f5a0eb0b 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -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 |