[LyX/master] Typo in CMakeLists

Thibaut Cuvelier tcuvelier at lyx.org
Sat Oct 17 03:27:10 UTC 2020


commit 0adc234a222426917041e897920c242c2650f941
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Sat Oct 17 05:43:12 2020 +0200

    Typo in CMakeLists
---
 sourcedoc/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sourcedoc/CMakeLists.txt b/sourcedoc/CMakeLists.txt
index 61408bf..8fe4a28 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}")


More information about the lyx-cvs mailing list