diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 0c2c059a9..a76a3d800 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -93,13 +93,6 @@ endif() | |||
| 93 | # Sirit | 93 | # Sirit |
| 94 | add_subdirectory(sirit) | 94 | add_subdirectory(sirit) |
| 95 | 95 | ||
| 96 | # libzip | ||
| 97 | find_package(libzip 1.5) | ||
| 98 | if (NOT libzip_FOUND) | ||
| 99 | message(STATUS "libzip 1.5 or newer not found, falling back to externals") | ||
| 100 | add_subdirectory(libzip EXCLUDE_FROM_ALL) | ||
| 101 | endif() | ||
| 102 | |||
| 103 | if (ENABLE_WEB_SERVICE) | 96 | if (ENABLE_WEB_SERVICE) |
| 104 | find_package(OpenSSL 1.1) | 97 | find_package(OpenSSL 1.1) |
| 105 | if (OPENSSL_FOUND) | 98 | if (OPENSSL_FOUND) |