diff --git a/sourcedoc/CMakeLists.txt b/sourcedoc/CMakeLists.txt index 61408bf86a..8fe4a28fa5 100644 --- a/sourcedoc/CMakeLists.txt +++ b/sourcedoc/CMakeLists.txt @@ -9,7 +9,7 @@ project(doxydoc) find_program(DOXYGEN_EXECUTABLE doxygen) if(DOXYGEN_EXECUTABLE MATCHES "-NOTFOUND") - message(STATUS "doxygen not found, ==> no doxygen creation") + message(STATUS "doxygen not found ==> no doxygen creation") else() set(VERSION ${PACKAGE_VERSION}) set(top_srcdir "${TOP_SRC_DIR}")