Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
fix(caffe): update root level CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay0410 committed Apr 22, 2019
1 parent 4fb3980 commit 458bfd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeepLearningSuite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ endif()
if(roscpp_FOUND)
add_definitions(-DJDERROS)
endif()
if(HAS_OPENCV_DNN)
if(OpenCV_FOUND)
SET(ENABLE_DNN_CAFFE ON)
add_definitions(-DENABLE_DNN_CAFFE)
endif(HAS_OPENCV_DNN)
endif(OpenCV_FOUND)

add_subdirectory(libs)
add_subdirectory(DeepLearningSuiteLib)
Expand Down

0 comments on commit 458bfd0

Please sign in to comment.