From 04a2dd9291470c4ab0ca583a8f62d15af54f8bd7 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 31 Jan 2018 14:47:33 +0100 Subject: [PATCH] Fix typo: replace lib4cpp by log4cpp --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39a7f9cf4..d313aea1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -547,7 +547,7 @@ endif() ################################################################################ find_package(Log4cpp) if(NOT LOG4CPP_FOUND) - message(FATAL_ERROR "*** Lib4cpp is required to build gnss-sdr") + message(FATAL_ERROR "*** Log4cpp is required to build gnss-sdr") endif() @@ -957,7 +957,7 @@ if(NOT ARMADILLO_FOUND OR ENABLE_OWN_ARMADILLO) message(STATUS " when doing '${CMAKE_MAKE_PROGRAM_PRETTY_NAME}'. ") set(armadillo_BRANCH ${GNSSSDR_ARMADILLO_LOCAL_VERSION}) set(armadillo_RELEASE ${armadillo_BRANCH}) - + ############################################# # Check if GFORTRAN is found in the system #############################################