summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorAndrej Rode <mail@andrejro.de>2019-07-17 23:50:43 +0200
committerAndrej Rode <mail@andrejro.de>2019-07-17 23:52:56 +0200
commitd4056c88082f122da1129bb0cd438fb8f3ec89dd (patch)
treee45f3ac68bd665053a5d9257ea27d9a105339c23 /cmake/Modules
parent5ae09071f9503edb13eccb0aefc72856a35a801a (diff)
cmake: correct typo in FindLog4Cpp cmake module
Fixes bug with empty error message on a failure to find Log4Cpp libraries. Closes #2599
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/FindLOG4CPP.cmake2
1 files changed, 1 insertions, 1 deletions
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 ()