From fc2b81910902e3271fec5adcbf1e089b7cb537f0 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 7 Feb 2018 18:35:45 +0100 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95c07be1b..5be4b794a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -543,7 +543,7 @@ endif() ################################################################################ -# Lib4cpp - http://log4cpp.sourceforge.net/ +# Log4cpp - http://log4cpp.sourceforge.net/ ################################################################################ find_package(Log4cpp) if(NOT LOG4CPP_FOUND)