mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
668f048edb
* [vcpkg baseline][realsense2] Fix config issue on osx * Update the baseline version
13 lines
341 B
Diff
13 lines
341 B
Diff
diff --git a/CMake/unix_config.cmake b/CMake/unix_config.cmake
|
|
index 3e5929b..57dbe76 100644
|
|
--- a/CMake/unix_config.cmake
|
|
+++ b/CMake/unix_config.cmake
|
|
@@ -35,7 +35,6 @@ macro(os_set_flags)
|
|
|
|
if(APPLE)
|
|
set(FORCE_RSUSB_BACKEND ON)
|
|
- set(BUILD_WITH_TM2 ON)
|
|
endif()
|
|
|
|
if(FORCE_RSUSB_BACKEND)
|