Mercurial > hg > orthanc
changeset 149:b15ac5bd19f3
message
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 15 Oct 2012 13:11:30 +0200 |
parents | 0fadb04728ba |
children | 1058c115aed1 |
files | CMakeLists.txt |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Thu Oct 11 22:02:38 2012 +0200 +++ b/CMakeLists.txt Mon Oct 15 13:11:30 2012 +0200 @@ -178,4 +178,7 @@ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating API documentation with Doxygen" VERBATIM ) +else() + message("Doxygen not found. The documentation will not be built.") endif() +