Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed issue causing libraries to not be found during linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 17, 2024
1 parent 19c8519 commit 6cfd6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ELSE()
IF (APPLE)
SET(CMAKE_INSTALL_RPATH "@loader_path;${CMAKE_BINARY_DIR}/bin")
ELSEIF (LINUX)
SET(CMAKE_INSTALL_RPATH "$ORIGIN/../lib;@ORIGIN")
SET(CMAKE_INSTALL_RPATH "@ORIGIN;${CMAKE_BINARY_DIR}/bin")
ENDIF ()
ELSE ()
SET(INSTALL_PYPROJ ${PY})
Expand Down

0 comments on commit 6cfd6d0

Please sign in to comment.