Typo in CMakeLists

This commit is contained in:
Thibaut Cuvelier 2020-10-17 05:43:12 +02:00
parent 1e3ef3c6e2
commit 0adc234a22

View File

@ -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}")