adds RPATH setting to install

This commit is contained in:
Eyck Jentzsch 2023-10-18 11:17:20 +02:00
parent ae4322c1b9
commit aa12e93177
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/incl/iss COMPONENT ${PROJECT_NAME}
###############################################################################
#
###############################################################################
set(CMAKE_INSTALL_RPATH $ORIGIN/../${CMAKE_INSTALL_LIBDIR})
project(tgc-sim)
find_package(Boost COMPONENTS program_options thread REQUIRED)