Skip to content

Commit

Permalink
RPath test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Sep 5, 2024
1 parent 58770bd commit 2ee0e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/SetupCompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
# which point to directories outside the build tree to the install RPATH
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

set(CMAKE_INSTALL_RPATH "${DYAD_INSTALL_LIBDIR}")
# set(CMAKE_INSTALL_RPATH "${DYAD_INSTALL_LIBDIR}")

list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES
"${DYAD_INSTALL_LIBDIR}" _IS_SYSTEM_DIR)
Expand Down

0 comments on commit 2ee0e66

Please sign in to comment.