You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMake/lrs_options.cmake
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,4 +63,4 @@ option(USE_EXTERNAL_LZ4 "Use externally build LZ4 library instead of building an
63
63
option(BUILD_ASAN"Enable AddressSanitizer"OFF)
64
64
option(BUILD_ROSBAG2"Build and use rosbag2 recording system"ON) # temporary flag, should be removed when deprecated ROSBAG1 recording system is removed
65
65
mark_as_advanced(BUILD_ASAN)
66
-
option(BUILD_VIEWPORT_GRID_OVERLAY"Build 2D viewport grid overlay for realsense-viewer (configurable via config-settings.xml)"OFF)
66
+
option(BUILD_VIEWPORT_GRID_OVERLAY"Build 2D viewport grid overlay for realsense-viewer (configurable via the per-user realsense-config.json)"OFF)
0 commit comments