mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 03:39:17 +01:00
Fix find_path for newer jsoncpp release
features.h was renamed but allocator.h wasn't so the latter works with both old and new versions.
This commit is contained in:
parent
8829f44e37
commit
ff353126ec
@ -10,7 +10,7 @@ pkg_check_modules(PC_JSONCPP REQUIRED jsoncpp)
|
||||
|
||||
find_path(JSONCPP_INCLUDE_DIR
|
||||
NAMES
|
||||
json/features.h
|
||||
json/allocator.h
|
||||
HINTS
|
||||
${PC_JSONCPP_INCLUDEDIR}
|
||||
${PC_JSONCPP_INCLUDEDIRS}
|
||||
|
Loading…
Reference in New Issue
Block a user