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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1204a1fdedf189463a536b6d748a40478a4b9b0c;p=json-c modify the doc target message --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bd9bd3e..7ed71ee 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