Skip to content

Commit

Permalink
Write rpaths when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed May 1, 2024
1 parent daecca3 commit 6320df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmakemodules/ilcsoft_default_rpath_settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ if(APPLE)
set(CMAKE_INSTALL_RPATH "@loader_path/../${CMAKE_INSTALL_LIBDIR}")
endif("${isSystemDir}" STREQUAL "-1")
else()
set(CMAKE_SKIP_INSTALL_RPATH TRUE) # skip the full RPATH for the install tree
set(CMAKE_SKIP_INSTALL_RPATH FALSE) # skip the full RPATH for the install tree
endif()

0 comments on commit 6320df9

Please sign in to comment.