Added dummy build targets for compatibility

This commit is contained in:
Maksim Shabunin 2014-12-30 12:11:37 +03:00
parent d04fc15e06
commit f8d09945ac

View File

@ -166,4 +166,8 @@ if(HAVE_DOC_GENERATOR)
foreach(f ${OPTIONAL_DOC_LIST})
install(FILES "${f}" DESTINATION "${OPENCV_DOC_INSTALL_PATH}" OPTIONAL COMPONENT docs)
endforeach()
# dummy targets
add_custom_target(docs)
add_custom_target(html_docs)
endif(HAVE_DOC_GENERATOR)