diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 743b2f0eb..57015eca7 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -10,18 +10,12 @@ apt_add_translation_domain( EXCLUDE_LANGUAGES ${languages_excluded} ) -if (HAVE_CURL) - set(curl_methods curl) -else() - set(curl_methods) -endif() - apt_add_translation_domain( DOMAIN apt TARGETS apt apt-cache apt-get apt-config apt-cdrom apt-helper apt-mark apt-private # Methods - file copy store gpgv cdrom http ${curl_methods} ftp rred rsh mirror + file copy store gpgv cdrom http ftp rred rsh mirror SCRIPTS ../dselect/install ../dselect/update EXCLUDE_LANGUAGES ${languages_excluded} ) |