diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | doc/INSTALL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 49291f95d..8e6cbe003 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -587,10 +587,10 @@ IF(WANT_DOXYGEN) ) ELSE() SET(CMAKE_STATUS_DOXYGEN_SUPPORT "no") - LIST(APPEND CMAKE_KVIRC_BUILD_FLAGS WITHOUT_DOXYGEN) ENDIF() ELSE() SET(CMAKE_STATUS_DOXYGEN_SUPPORT "user disabled") + LIST(APPEND CMAKE_KVIRC_BUILD_FLAGS WITHOUT_DOXYGEN) ENDIF() diff --git a/doc/INSTALL b/doc/INSTALL index 5494baf23..4f621be45 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -141,7 +141,7 @@ General notes for the installation of the 4.0 release of KVIrc otherwise, IPC is a nice feature. -DWITHOUT_DOXYGEN - Disables docs generation + Disables docs generation through Doxygen /* -DWITHOUT_SYSTEM_MEMMOVE |
