diff --git a/CMakeLists.txt b/CMakeLists.txt index cea56f54..b8dd8bff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,7 @@ if (${ONION_USE_PAM}) find_package(PAM) if (PAM_FOUND) set(PAM_ENABLED true) - message(STATUS "PAM support is compiled in in handlers.") + message(STATUS "PAM support is compiled in handlers.") else (PAM_FOUND) message("No PAM support.") endif (PAM_FOUND)