Browse Source

modify the doc target message

tags/json-c-0.14-20200419
dota17 5 years ago
parent
commit
1204a1fded
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -350,7 +350,7 @@ if (DOXYGEN_FOUND)
configure_file(Doxyfile Doxyfile) configure_file(Doxyfile Doxyfile)


else (DOXYGEN_FOUND) 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) endif(DOXYGEN_FOUND)


# uninstall # uninstall


Loading…
Cancel
Save