Added dummy build targets for compatibility
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Tue, 30 Dec 2014 09:11:37 +0000 (12:11 +0300)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Tue, 30 Dec 2014 09:11:37 +0000 (12:11 +0300)
doc/CMakeLists.txt

index 70ee3d0..cb0d40d 100644 (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)