From: Felix Morgner Date: Mon, 13 Jan 2014 16:55:19 +0000 (+0100) Subject: fix for non-standartd lib paths X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=4667085601b0483cb35fa8cc80e2b19d91831bb2;p=umurmur.git fix for non-standartd lib paths --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4886e40..ea4de25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,9 @@ endif() pkg_check_modules(LIBCONFIG libconfig) pkg_check_modules(LIBPROTOBUF libprotobuf-c) +set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${LIBCONFIG_LIDIR}) +set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${LIBPROTOBUF_LIDIR}) + check_function_exists(clock_gettime HAVE_CLOCK_GETTIME) if(NOT HAVE_CLOCK_GETTIME)