aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-04-04 15:00:02 +0200
committerAndreas Schneider <mail@cynapses.org>2010-04-04 15:51:54 +0200
commitd61a69954387a0b35cdfad6ae31a2f5431f3d271 (patch)
treef05c6bbcd1ac2fc0efb2a2bb68826047e4772f45 /cmake/Modules
parent320b6c0cd8db2acaf09d1259b9efeb653cecf8d8 (diff)
downloadlibssh-d61a69954387a0b35cdfad6ae31a2f5431f3d271.tar.gz
libssh-d61a69954387a0b35cdfad6ae31a2f5431f3d271.tar.xz
libssh-d61a69954387a0b35cdfad6ae31a2f5431f3d271.zip
Removed the unneeded dependency to doxygen.
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/UseDoxygen.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/Modules/UseDoxygen.cmake b/cmake/Modules/UseDoxygen.cmake
index 0a190c39..ce99c386 100644
--- a/cmake/Modules/UseDoxygen.cmake
+++ b/cmake/Modules/UseDoxygen.cmake
@@ -85,7 +85,6 @@ if(DOXYGEN_FOUND AND DOXYFILE_IN_FOUND)
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/doxy.trac.in)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxy.trac.in doxy.trac ESCAPE_QUOTES IMMEDIATE @ONLY)
add_custom_target(doxygen-trac ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxy.trac)
- add_dependencies(doxygen doxygen-trac)
endif()
get_target_property(DOC_TARGET doc TYPE)