blob: fc273a8911e3a5ac0f456e3c1fb8de1a5d43404e [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001diff --git a/modules/xfeatures2d/CMakeLists.txt b/modules/xfeatures2d/CMakeLists.txt
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002index e1755595..c7009c47 100644
Brad Bishop6e60e8b2018-02-01 10:27:11 -05003--- a/modules/xfeatures2d/CMakeLists.txt
4+++ b/modules/xfeatures2d/CMakeLists.txt
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005@@ -5,10 +5,10 @@ ocv_define_module(xfeatures2d opencv_core opencv_imgproc opencv_features2d openc
6 include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/download_vgg.cmake)
7 include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/download_boostdesc.cmake)
8 set(DOWNLOAD_DIR "${OpenCV_BINARY_DIR}/downloads/xfeatures2d")
9-download_boost_descriptors("${DOWNLOAD_DIR}" boost_status)
10-download_vgg_descriptors("${DOWNLOAD_DIR}" vgg_status)
11-if(NOT boost_status OR NOT vgg_status)
12- ocv_module_disable(xfeatures2d)
13-endif()
14+#download_boost_descriptors("${DOWNLOAD_DIR}" boost_status)
15+#download_vgg_descriptors("${DOWNLOAD_DIR}" vgg_status)
16+#if(NOT boost_status OR NOT vgg_status)
17+# ocv_module_disable(xfeatures2d)
18+#endif()
19
20 ocv_module_include_directories("${DOWNLOAD_DIR}")