Skip to content

Commit

Permalink
Cmake list delimeter should be ;. (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
metasim committed Mar 18, 2024
1 parent b1a4aa0 commit ee46645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (APPLE)
SET(CMAKE_SKIP_BUILD_RPATH TRUE)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
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")
endif ()

if (NOT PDAL_BUILD)
Expand Down

0 comments on commit ee46645

Please sign in to comment.