Skip to content

Commit

Permalink
depthai >=2.24 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Mar 28, 2024
1 parent cc17ebe commit 0ba79be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ IF(WITH_MYNTEYE)
ENDIF(WITH_MYNTEYE)

IF(WITH_DEPTHAI)
FIND_PACKAGE(depthai 2 QUIET)
FIND_PACKAGE(depthai 2.24 QUIET)
IF(depthai_FOUND)
MESSAGE(STATUS "Found depthai-core (targets)")
ENDIF(depthai_FOUND)
Expand Down

0 comments on commit 0ba79be

Please sign in to comment.