X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=1fc4f93429bd7b9198bb4e0d8b2bd3459912c2e7;hb=ce8405ded684cdcecffee29236ee1efdcd149626;hp=e1755fe97806d62c699afca4d742b51d8a33bc42;hpb=029fb0cb318e083dab04604c536ccfc5d9a791ca;p=umurmur.git diff --git a/CMakeLists.txt b/CMakeLists.txt index e1755fe..1fc4f93 100644 --- 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})