Skip to content

Commit

Permalink
PR IntelRealSense#10296 from Eran: Remove ENABLE_ZERO_COPY CMake flag
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Mar 8, 2022
2 parents ea15fcd + 14bd570 commit c5d14fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CMake/global_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ macro(global_set_flags)
set(LRS_GL_LIB_NAME ${LRS_GL_TARGET})
endif()

if (ENABLE_ZERO_COPY)
add_definitions(-DZERO_COPY)
endif()

if (BUILD_EASYLOGGINGPP)
add_definitions(-DBUILD_EASYLOGGINGPP)
endif()
Expand Down
1 change: 0 additions & 1 deletion CMake/lrs_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ option(ENABLE_CCACHE "Build with ccache." ON)
option(BUILD_WITH_CUDA "Enable CUDA" OFF)
option(BUILD_GLSL_EXTENSIONS "Build GLSL extensions API" ON)
option(BUILD_WITH_OPENMP "Use OpenMP" OFF)
option(ENABLE_ZERO_COPY "Enable zero copy functionality" OFF)
option(BUILD_WITH_TM2 "Build with support for Intel TM2 tracking device" ON)
option(BUILD_EASYLOGGINGPP "Build EasyLogging++ as a part of the build" ON)
option(BUILD_WITH_STATIC_CRT "Build with static link CRT" ON)
Expand Down

0 comments on commit c5d14fb

Please sign in to comment.