diff options
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 2630a2f89..743b2f0eb 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -11,7 +11,7 @@ apt_add_translation_domain( ) if (HAVE_CURL) - set(curl_methods https) + set(curl_methods curl) else() set(curl_methods) endif() |