mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Set using Orbbec SDK on MacOS OFF by default.
This commit is contained in:
parent
75339a5528
commit
883faf8871
@ -1,10 +1,5 @@
|
||||
# --- 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)
|
||||
include(${CMAKE_SOURCE_DIR}/3rdparty/orbbecsdk/orbbecsdk.cmake)
|
||||
download_orbbec_sdk(ORBBEC_SDK_ROOT_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user