matlabbe
2023-05-06 12:43:50 -07:00
parent a54f76238b
commit 999c01d71d
2 changed files with 6 additions and 2 deletions

View File

@@ -977,10 +977,10 @@ IF(NOT mynteye_FOUND)
SET(MYNTEYE "//")
ENDIF(NOT mynteye_FOUND)
IF(NOT depthai_FOUND)
SET(CONF_DEPTH_AI OFF)
SET(CONF_WITH_DEPTH_AI 0)
SET(DEPTHAI "//")
ELSE()
SET(CONF_DEPTH_AI ON)
SET(CONF_WITH_DEPTH_AI 1)
ENDIF()
IF(NOT octomap_FOUND)
SET(OCTOMAP "//")