-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from 0wu/0wu.realsense
Add realsense support
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
index ce3b560..ffa6612 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -11,10 +11,7 @@ include_directories(${REPO_ROOT}) | ||
include(CMake/lrs_options.cmake) | ||
include(CMake/connectivity_check.cmake) | ||
#Deprecation message, should be removed in future releases | ||
-if(${FORCE_LIBUVC} OR ${FORCE_WINUSB_UVC} OR ${ANDROID_USB_HOST_UVC}) | ||
- MESSAGE(DEPRECATION "FORCE_LIBUVC, FORCE_WINUSB_UVC and ANDROID_USB_HOST_UVC are deprecated, use FORCE_RSUSB_BACKEND instead") | ||
- set(FORCE_RSUSB_BACKEND ON) | ||
-endif() | ||
+set(FORCE_RSUSB_BACKEND ON) | ||
|
||
# Checking Internet connection, as DEPTH CAM needs to download the FW from amazon cloud | ||
if(IMPORT_DEPTH_CAM_FW AND NOT INTERNET_CONNECTION) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters