Skip to content

Commit

Permalink
Fix CMake runtime path (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-tokes committed Jan 15, 2025
1 parent e19c14c commit 4fb891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_link_libraries(${LIBRARY_TARGET_NAME} PRIVATE

set(CMAKE_SKIP_BUILD_RPATH FALSE)
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
set(CMAKE_INSTALL_RPATH ${ORIGIN})
set(CMAKE_INSTALL_RPATH $ORIGIN)

target_include_directories(${LIBRARY_TARGET_NAME}
PRIVATE
Expand Down

0 comments on commit 4fb891d

Please sign in to comment.