summaryrefslogtreecommitdiff
path: root/YAJLDoc.cmake
diff options
context:
space:
mode:
authorllooyd <llooyd@e775cfb5-b74b-0410-aad5-5bebe4a96390>2008-05-01 20:31:31 +0000
committerllooyd <llooyd@e775cfb5-b74b-0410-aad5-5bebe4a96390>2008-05-01 20:31:31 +0000
commitc1902e0350100844efab560418062a05faac0ccd (patch)
tree8c7c116714562e205637060829684697301469ed /YAJLDoc.cmake
parent0dd509105d76b3751ced0bbcdad96101442a6288 (diff)
downloadyajl-c1902e0350100844efab560418062a05faac0ccd.tar.gz
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
Diffstat (limited to 'YAJLDoc.cmake')
-rw-r--r--YAJLDoc.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/YAJLDoc.cmake b/YAJLDoc.cmake
index 6b899aa..049cdef 100644
--- a/YAJLDoc.cmake
+++ b/YAJLDoc.cmake
@@ -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)