From f8d09945ac5c96bd61c25411a6b9561db94acee0 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Tue, 30 Dec 2014 12:11:37 +0300 Subject: [PATCH] Added dummy build targets for compatibility --- doc/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 70ee3d0a85..cb0d40d949 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -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)