X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=e1755fe97806d62c699afca4d742b51d8a33bc42;hb=029fb0cb318e083dab04604c536ccfc5d9a791ca;hp=ea4de25c48c35caba8901d78f494064749dfd16a;hpb=4667085601b0483cb35fa8cc80e2b19d91831bb2;p=umurmur.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ea4de25..e1755fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,7 @@ 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}) +link_directories(${LIBCONFIG_LIBDIR} ${LIBPROTOBUF_LIBDIR}) check_function_exists(clock_gettime HAVE_CLOCK_GETTIME)