Browse Source

Merge pull request #558 from dota17/doc_message_modify

modify the doc target message
tags/json-c-0.14-20200419
Chen GitHub 5 years ago
parent
commit
353ef26bda
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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)

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


Loading…
Cancel
Save