From ab2442c39e286b2e0518d5915189f44c24943abc Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 3 Nov 2014 13:22:08 +0100 Subject: [PATCH] Fix: Search for jsonrpc locally. --- cmake/EthDependenciesDeprecated.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/EthDependenciesDeprecated.cmake b/cmake/EthDependenciesDeprecated.cmake index d1c51f6c4..17b937c5c 100644 --- a/cmake/EthDependenciesDeprecated.cmake +++ b/cmake/EthDependenciesDeprecated.cmake @@ -128,6 +128,7 @@ else() find_path( JSONRPC_ID jsonrpc/rpc.h /usr/include /usr/local/include + ../libjson-rpc-cpp/src ) if ( JSONRPC_ID ) message(STATUS "Found jsonrpc headers") @@ -137,6 +138,7 @@ else() /usr/local/lib /opt/local/lib /usr/lib/*/ + ../libjson-rpc-cpp/build/out ) if ( JSONRPC_LS ) message(STATUS "Found jsonrpc library: ${JSONRPC_LS}")