We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
;
1 parent b1a4aa0 commit ee46645Copy full SHA for ee46645
native/src/CMakeLists.txt
@@ -19,7 +19,7 @@ if (APPLE)
19
SET(CMAKE_SKIP_BUILD_RPATH TRUE)
20
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
21
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
22
- set(CMAKE_INSTALL_RPATH "@rpath:/usr/local/lib:/opt/homebrew/lib:/opt/local/lib")
+ set(CMAKE_INSTALL_RPATH "@rpath;/usr/local/lib;/opt/homebrew/lib;/opt/local/lib")
23
endif ()
24
25
if (NOT PDAL_BUILD)
0 commit comments