Skip to content

Commit 458bfd0

Browse files
committed
fix(caffe): update root level CMakeLists.txt
1 parent 4fb3980 commit 458bfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeepLearningSuite/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ endif()
9292
if(roscpp_FOUND)
9393
add_definitions(-DJDERROS)
9494
endif()
95-
if(HAS_OPENCV_DNN)
95+
if(OpenCV_FOUND)
9696
SET(ENABLE_DNN_CAFFE ON)
9797
add_definitions(-DENABLE_DNN_CAFFE)
98-
endif(HAS_OPENCV_DNN)
98+
endif(OpenCV_FOUND)
9999

100100
add_subdirectory(libs)
101101
add_subdirectory(DeepLearningSuiteLib)

0 commit comments

Comments
 (0)