81bd58a879
The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. initial port by me, finished by Andreas Bihlmaier and Rafael Sadowski (MAINTAINER), ok sthen@
13 lines
677 B
Plaintext
13 lines
677 B
Plaintext
$OpenBSD: patch-doc_CMakeLists_txt,v 1.1.1.1 2011/06/24 09:30:21 jasper Exp $
|
|
--- doc/CMakeLists.txt.orig Tue Jun 14 12:46:05 2011
|
|
+++ doc/CMakeLists.txt Tue Jun 14 12:46:37 2011
|
|
@@ -157,7 +157,7 @@ add_custom_target(${HTML_TARGET} ALL
|
|
${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
|
|
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile ${doxy_html_dep_list})
|
|
exec_program(mkdir ARGS "-p \"${CMAKE_CURRENT_BINARY_DIR}/html/\"")
|
|
-install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html" DESTINATION "${OPENCV_DOC_INSTALL_PATH}/html" COMPONENT main)
|
|
+install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html" DESTINATION "${OPENCV_DOC_INSTALL_PATH}/" COMPONENT main)
|
|
|
|
endif()
|
|
|