mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 09:32:26 +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)
|
find_program(DOXYGEN_EXECUTABLE doxygen)
|
||||||
if(DOXYGEN_EXECUTABLE MATCHES "-NOTFOUND")
|
if(DOXYGEN_EXECUTABLE MATCHES "-NOTFOUND")
|
||||||
message(STATUS "doxygen not found, ==> no doxygen creation")
|
message(STATUS "doxygen not found ==> no doxygen creation")
|
||||||
else()
|
else()
|
||||||
set(VERSION ${PACKAGE_VERSION})
|
set(VERSION ${PACKAGE_VERSION})
|
||||||
set(top_srcdir "${TOP_SRC_DIR}")
|
set(top_srcdir "${TOP_SRC_DIR}")
|
||||||
|
Loading…
Reference in New Issue
Block a user