projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029fb0c
)
added the REQUIRED flag for libconfig and protobuf-c
author
Felix Morgner
<felix.morgner@gmail.com>
Mon, 13 Jan 2014 21:39:30 +0000
(22:39 +0100)
committer
Felix Morgner
<felix.morgner@gmail.com>
Mon, 13 Jan 2014 21:39:30 +0000
(22:39 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e1755fe97806d62c699afca4d742b51d8a33bc42..1fc4f93429bd7b9198bb4e0d8b2bd3459912c2e7 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-16,8
+16,8
@@
else()
set(USE_POLARSSL ON)
endif()
-pkg_check_modules(LIBCONFIG libconfig)
-pkg_check_modules(LIBPROTOBUF libprotobuf-c)
+pkg_check_modules(LIBCONFIG
REQUIRED
libconfig)
+pkg_check_modules(LIBPROTOBUF
REQUIRED
libprotobuf-c)
link_directories(${LIBCONFIG_LIBDIR} ${LIBPROTOBUF_LIBDIR})