summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Rode <mail@andrejro.de>2018-10-08 02:17:34 +0200
committerMartin Braun <martin.braun@ettus.com>2018-10-23 11:32:25 -0700
commit2f4cffc6518e528adfcd5f02d855e037048d8a39 (patch)
tree7959643b565714664737732cb3679914c890cd85
parent53262c36e4471b2c39dffbb5a5fe927750511d0b (diff)
cmake: Error out if Log4Cpp is not found
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ff5bf262ca..e91c85613a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -449,7 +449,7 @@ endif(NOT VOLK_FOUND)
message(STATUS " Override with -DENABLE_INTERNAL_VOLK=ON/OFF")
# Handle logging
-find_package(Log4cpp)
+find_package(Log4cpp REQUIRED)
########################################################################
# Distribute the README file