mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Fix typo: replace lib4cpp by log4cpp
This commit is contained in:
parent
c88a9ffd88
commit
04a2dd9291
@ -547,7 +547,7 @@ endif()
|
|||||||
################################################################################
|
################################################################################
|
||||||
find_package(Log4cpp)
|
find_package(Log4cpp)
|
||||||
if(NOT LOG4CPP_FOUND)
|
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()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user