From 07ab9c4bd05ea5541c119cd94719e5b5bf176edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 12 Mar 2015 08:38:53 +0000 Subject: [PATCH] No copy after build required for doc, as its copied by doxygen anyway git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1246 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Doc/CMakeLists.txt b/Doc/CMakeLists.txt index 521c6f79..f48d30ba 100644 --- a/Doc/CMakeLists.txt +++ b/Doc/CMakeLists.txt @@ -2,10 +2,6 @@ include (ACGDoxygen) IF (DOXYGEN_FOUND) - if (TARGET doc) - acg_copy_after_build (doc "${CMAKE_CURRENT_SOURCE_DIR}/html" "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/Doc/html") - endif () - # Add a documentation install target add_custom_target(doc-install COMMENT "Installing Documentation" VERBATIM ) @@ -16,4 +12,4 @@ IF (DOXYGEN_FOUND) acg_copy_after_build (doc-install "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/Doc/html" "${CMAKE_INSTALL_PREFIX}/${ACG_PROJECT_DATADIR}/doc/html") endif() -ENDIF(DOXYGEN_FOUND) \ No newline at end of file +ENDIF(DOXYGEN_FOUND)