From 8acf8349df4ffe064bd1eef1e90aa53d600f093d Mon Sep 17 00:00:00 2001 From: Ondrej Guth <ondrej.guth@fit.cvut.cz> Date: Sat, 28 Dec 2019 21:04:16 +0100 Subject: [PATCH] podpora jsoncpp-1.9.2-r2 na Gentoo --- CMake/Modules/Findjsoncpp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/Modules/Findjsoncpp.cmake b/CMake/Modules/Findjsoncpp.cmake index 370e2e3ca9..534003ad95 100644 --- a/CMake/Modules/Findjsoncpp.cmake +++ b/CMake/Modules/Findjsoncpp.cmake @@ -7,7 +7,7 @@ # JSONCPP_INCLUDE_DIR - location to look for headers, # JSONCPP_LIBRARIES - the libraries to link against libjsoncpp -find_path(JSONCPP_INCLUDE_DIR json/features.h +find_path(JSONCPP_INCLUDE_DIR json/features.h json/json_features.h PATH_SUFFIXES include jsoncpp include/jsoncpp) find_library(JSONCPP_LIBRARY jsoncpp) -- GitLab