mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 03:33:28 +08:00
Merge pull request #25845 from kaingwade:orbbecsdk_mac_off
Set using Orbbec SDK on MacOS OFF by default.
This commit is contained in:
commit
939cb58cd6
@ -1,10 +1,5 @@
|
|||||||
# --- obsensor ---
|
# --- obsensor ---
|
||||||
if(NOT HAVE_OBSENSOR)
|
if(NOT HAVE_OBSENSOR)
|
||||||
if(APPLE)
|
|
||||||
# force to use orbbec sdk on mac
|
|
||||||
set(OBSENSOR_USE_ORBBEC_SDK ON)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(OBSENSOR_USE_ORBBEC_SDK)
|
if(OBSENSOR_USE_ORBBEC_SDK)
|
||||||
include(${CMAKE_SOURCE_DIR}/3rdparty/orbbecsdk/orbbecsdk.cmake)
|
include(${CMAKE_SOURCE_DIR}/3rdparty/orbbecsdk/orbbecsdk.cmake)
|
||||||
download_orbbec_sdk(ORBBEC_SDK_ROOT_DIR)
|
download_orbbec_sdk(ORBBEC_SDK_ROOT_DIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user