Skip to content

Commit ee46645

Browse files
authored
Cmake list delimeter should be ;. (#96)
1 parent b1a4aa0 commit ee46645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (APPLE)
1919
SET(CMAKE_SKIP_BUILD_RPATH TRUE)
2020
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
2121
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
22-
set(CMAKE_INSTALL_RPATH "@rpath:/usr/local/lib:/opt/homebrew/lib:/opt/local/lib")
22+
set(CMAKE_INSTALL_RPATH "@rpath;/usr/local/lib;/opt/homebrew/lib;/opt/local/lib")
2323
endif ()
2424

2525
if (NOT PDAL_BUILD)

0 commit comments

Comments
 (0)