From: dota17 Date: Thu, 19 Mar 2020 02:23:29 +0000 (+0800) Subject: modify the doc target message X-Git-Tag: json-c-0.14-20200419~47^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F558%2Fhead;p=thirdparty%2Fjson-c.git modify the doc target message --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bd9bd3e5..7ed71eec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -350,7 +350,7 @@ if (DOXYGEN_FOUND) configure_file(Doxyfile Doxyfile) else (DOXYGEN_FOUND) - message("Doxygen need to be installed to generate the doxygen documentation") + message("Warning: doxygen not found, the 'doc' target will not be included") endif(DOXYGEN_FOUND) # uninstall