Mac: fixed crash when discarding a signature (not moving enough) with self refenced links. Fixed link error with realsense2 library on Mac.

This commit is contained in:
matlabbe
2020-07-02 12:54:43 -04:00
parent cd10cafd0e
commit 33e9abdfad
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ ENDIF(WITH_REALSENSE)
IF(WITH_REALSENSE2)
IF(WIN32)
FIND_PACKAGE(RealSense2 QUIET)
ELSE()
ELSE()
FIND_PACKAGE(realsense2 QUIET)
ENDIF()
IF(realsense2_FOUND)