Merge pull request #2536 from twMr7/update_realsense2

[realsense2] update to 2.9.0
This commit is contained in:
Alexander Karatarakis 2018-01-09 12:55:00 -08:00 committed by GitHub
commit 5e12b19f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
Source: realsense2
Version: 2.8.3
Version: 2.9.0
Description: Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).

View File

@ -1,10 +1,10 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a59e2513..3b08f490 100644
index d6717b19..3fb373be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -420,16 +420,6 @@ if(WIN32)
src/proc/temporal-filter.h
@@ -453,16 +453,6 @@ if(WIN32)
src/proc/syncer-processing-block.h
src/proc/disparity-transform.h
)
-
- foreach(flag_var

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO IntelRealSense/librealsense
REF v2.8.3
SHA512 9be27109da0247cf6669f01b3f0f945073f7851897da553915716d979c50f6228e771ca5a63955707f618d0db1fc58ba52f78dece6d904b6671dee56ba70d48f
REF v2.9.0
SHA512 10b4d165e5763567517fc2320b7094af5a078d1b5da2374cfa8480cab0715303ea29a87f04876cbc39b5d22ac72cba7d13711c0b46fa125fbd2cf13fcb1a28e6
HEAD_REF master
)