From d4056c88082f122da1129bb0cd438fb8f3ec89dd Mon Sep 17 00:00:00 2001
From: Andrej Rode <mail@andrejro.de>
Date: Wed, 17 Jul 2019 23:50:43 +0200
Subject: cmake: correct typo in FindLog4Cpp cmake module

Fixes bug with empty error message on a failure to find Log4Cpp
libraries.

Closes #2599
---
 cmake/Modules/FindLOG4CPP.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'cmake/Modules')

diff --git a/cmake/Modules/FindLOG4CPP.cmake b/cmake/Modules/FindLOG4CPP.cmake
index fb722ebff5..c9193b09ec 100644
--- a/cmake/Modules/FindLOG4CPP.cmake
+++ b/cmake/Modules/FindLOG4CPP.cmake
@@ -42,7 +42,7 @@ if (LOG4CPP_FOUND)
   endif ()
 else ()
   if (LOG4CPP_FIND_REQUIRED)
-    message(STATUS "Looked for LOG4CPP libraries named ${LOG4CPPS_NAMES}.")
+    message(STATUS "Looked for LOG4CPP libraries named ${LOG4CPP_NAMES}.")
     message(FATAL_ERROR "Could NOT find LOG4CPP library")
   endif ()
 endif ()
-- 
cgit v1.2.3