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:
@@ -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})
|
||||
|
||||
|
Reference in New Issue
Block a user