Skip to content

Commit

Permalink
Remove macOS ARM64 patch after updating librealrealsense to 2.54
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Jun 6, 2024
1 parent b5107c4 commit a5f76d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
22 changes: 0 additions & 22 deletions 3rdparty/librealsense/fix-macos-arm64.patch

This file was deleted.

3 changes: 0 additions & 3 deletions 3rdparty/librealsense/librealsense.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ ExternalProject_Add(
COMMAND ${GIT_EXECUTABLE} init
COMMAND ${GIT_EXECUTABLE} apply --ignore-space-change --ignore-whitespace
${CMAKE_CURRENT_LIST_DIR}/fix-cudacrt.patch
# Patch for macOS ARM64 support for versions < 2.50.0
COMMAND ${GIT_EXECUTABLE} apply --ignore-space-change --ignore-whitespace
${CMAKE_CURRENT_LIST_DIR}/fix-macos-arm64.patch
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DBUILD_SHARED_LIBS=OFF
Expand Down

0 comments on commit a5f76d9

Please sign in to comment.