From 1204a1fdedf189463a536b6d748a40478a4b9b0c Mon Sep 17 00:00:00 2001 From: dota17 Date: Thu, 19 Mar 2020 10:23:29 +0800 Subject: [PATCH] modify the doc target message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0