always create <opencv_build_dir>/doc/html to avoid CMake 2.4 error messages
This commit is contained in:
parent
e89f493697
commit
9690cd396b
@ -156,7 +156,7 @@ set(HTML_TARGET "DOXY_HTML" )
|
||||
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)
|
||||
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user