Skip to content

Commit

Permalink
Merge 65ffacb into c108afb
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored Sep 15, 2023
2 parents c108afb + 65ffacb commit 677a3ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ogre2/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ set_property(
target_compile_definitions(${ogre2_target}
PRIVATE OGRE_IGNORE_UNKNOWN_DEBUG)

# Add OGRE2_LIBRARY_DIRS to INSTALL_RPATH
# Append to a copy of CMAKE_INSTALL_RPATH since that is the default
set(ogre2_target_install_rpath ${CMAKE_INSTALL_RPATH})
list(APPEND ogre2_target_install_rpath ${OGRE2_LIBRARY_DIRS})
set_property(
TARGET ${ogre2_target}
PROPERTY INSTALL_RPATH
${OGRE2_LIBRARY_DIRS}
${ogre2_target_install_rpath}
)

target_include_directories(${ogre2_target}
Expand Down

0 comments on commit 677a3ee

Please sign in to comment.