mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-17 07:37:16 +00:00
Fix typo: replace lib4cpp by log4cpp
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user