Skip to content

Commit

Permalink
Enable RPATH for CMake builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Sep 11, 2024
1 parent e760261 commit b6b1333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ project(otsdaq_mu2e_tracker VERSION 3.02.00)

include(CetCMakeEnv)
cet_cmake_env()
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

cet_set_compiler_flags(
DIAGS VIGILANT
Expand Down

0 comments on commit b6b1333

Please sign in to comment.