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 f626341 commit db1e73c
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 @@ -14,6 +14,7 @@ project(otsdaq_mu2e_dqm VERSION 3.02.00)

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

cet_set_compiler_flags(DIAGS VIGILANT
WERROR
Expand Down

0 comments on commit db1e73c

Please sign in to comment.