mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Typo in CMakeLists
This commit is contained in:
parent
1e3ef3c6e2
commit
0adc234a22
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user