Skip to content

Commit

Permalink
Setting RPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Feb 28, 2023
1 parent f4c228b commit 1312791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if(NOT CMAKE_CXX_STANDARD MATCHES "14|17")
message(FATAL_ERROR "Unsupported C++ standard: ${CMAKE_CXX_STANDARD}")
endif()

# Setting RPATH ------------------------------------------------
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

add_subdirectory(k4FWCore)
add_subdirectory(k4Interface)
if(BUILD_TESTING)
Expand Down

0 comments on commit 1312791

Please sign in to comment.