diff options
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 6 | ||||
| m--------- | externals/zlib | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index d797d9fc9..d6815fbc5 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -77,12 +77,12 @@ if (ENABLE_VULKAN) | |||
| 77 | add_subdirectory(sirit) | 77 | add_subdirectory(sirit) |
| 78 | endif() | 78 | endif() |
| 79 | 79 | ||
| 80 | # zlib | ||
| 81 | add_subdirectory(zlib EXCLUDE_FROM_ALL) | ||
| 82 | |||
| 80 | # libzip | 83 | # libzip |
| 81 | add_subdirectory(libzip) | 84 | add_subdirectory(libzip) |
| 82 | 85 | ||
| 83 | # zlib | ||
| 84 | add_subdirectory(zlib) | ||
| 85 | |||
| 86 | if (ENABLE_WEB_SERVICE) | 86 | if (ENABLE_WEB_SERVICE) |
| 87 | # LibreSSL | 87 | # LibreSSL |
| 88 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") | 88 | set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") |
diff --git a/externals/zlib b/externals/zlib | |||
| Subproject 094ed57db392170130bc710293568de7b576306 | Subproject cacf7f1d4e3d44d871b605da3b647f07d718623 | ||