mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
lower requirement on libjansson from 2.6 to 2.5
This commit is contained in:
@@ -24,7 +24,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/3rdparty/cmake)
|
||||
find_package(FUSE 2.9 REQUIRED)
|
||||
include_directories(${FUSE_INCLUDE_DIRS})
|
||||
|
||||
find_package(Jansson 2.6 REQUIRED)
|
||||
find_package(Jansson 2.5 REQUIRED)
|
||||
include_directories(${JANSSON_INCLUDE_DIRS})
|
||||
|
||||
add_library(mfapi SHARED
|
||||
|
||||
Reference in New Issue
Block a user