Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 18, 2024
1 parent 47dce32 commit 277b339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ IF (SKBUILD)
ELSE()
SET(INSTALL_LIBDIR ${INSTALL_BINDIR})
IF (APPLE)
SET(CMAKE_INSTALL_RPATH "@loader_path;${INSTALL_LIBDIR}")
SET(CMAKE_INSTALL_RPATH "@loader_path")
ELSEIF (LINUX)
SET(CMAKE_INSTALL_RPATH "@ORIGIN;${INSTALL_LIBDIR}")
SET(CMAKE_INSTALL_RPATH "$ORIGIN")
ENDIF ()
ENDIF()
ELSE ()
Expand Down

0 comments on commit 277b339

Please sign in to comment.