12 lines
341 B
Diff
Executable file
12 lines
341 B
Diff
Executable file
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)
|