1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Add version check for libzip in CMakeLists.txt

This commit is contained in:
Michał Janiszewski
2016-12-17 00:04:40 +01:00
parent 1d35e5c7c4
commit 02ac8fdcee

View File

@@ -276,7 +276,7 @@ if (WITH_BREAKPAD)
set(BREAKPAD_LIBS breakpad_client pthread)
endif (WITH_BREAKPAD)
PKG_CHECK_MODULES(LIBZIP REQUIRED libzip)
PKG_CHECK_MODULES(LIBZIP REQUIRED libzip>=1.0)
# find and include SDL2
PKG_CHECK_MODULES(SDL2 REQUIRED sdl2 SDL2_ttf)
if (STATIC)