add dummy doc target if doxygen isn't present

git-svn-id: http://yajl-c.googlecode.com/svn/trunk@104 e775cfb5-b74b-0410-aad5-5bebe4a96390
This commit is contained in:
llooyd 2008-05-01 20:31:31 +00:00
parent 0dd509105d
commit c1902e0350
1 changed files with 4 additions and 0 deletions

View File

@ -19,4 +19,8 @@ IF (doxygenPath)
ELSE (doxygenPath)
MESSAGE("!! doxygen not found, not generating documentation")
ADD_CUSTOM_TARGET(
doc
echo doxygen not installed, not generating documentation
)
ENDIF (doxygenPath)