projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4667085
)
final fix for the linking directories.
author
Felix Morgner
<felix.morgner@gmail.com>
Mon, 13 Jan 2014 17:00:22 +0000
(18:00 +0100)
committer
Felix Morgner
<felix.morgner@gmail.com>
Mon, 13 Jan 2014 17:00:22 +0000
(18:00 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ea4de25c48c35caba8901d78f494064749dfd16a..e1755fe97806d62c699afca4d742b51d8a33bc42 100644
(file)
--- 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)