1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00

cmake: completelly disable cnn_3dobj

- used FindGlog.cmake has buggy implementation
This commit is contained in:
Alexander Alekhin
2021-04-14 16:27:48 +00:00
parent 31c657e037
commit 0b721cdc04

View File

@@ -1,4 +1,7 @@
set(BUILD_opencv_cnn_3dobj_INIT OFF) # Must be disabled by default - requires custom build of Caffe.
if(NOT BUILD_opencv_cnn_3dobj)
return()
endif()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR})