diff options
Diffstat (limited to 'cmake/Modules')
-rw-r--r-- | cmake/Modules/FindLOG4CPP.cmake | 2 |
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 () |