early-access version 1548

This commit is contained in:
pineappleEA
2021-04-02 09:01:24 +02:00
parent d97eb9ef0c
commit 2fa6de39bc
3 changed files with 75 additions and 3 deletions

View File

@@ -64,8 +64,8 @@ endif()
add_subdirectory(sirit)
# libzip
find_package(Libzip 1.5)
if (NOT LIBZIP_FOUND)
find_package(libzip 1.5)
if (NOT libzip_FOUND)
message(STATUS "libzip 1.5 or newer not found, falling back to externals")
add_subdirectory(libzip EXCLUDE_FROM_ALL)
endif()