Skip to content

Commit

Permalink
Revert "ogre2: use CMAKE_INSTALL_RPATH (#909)"
Browse files Browse the repository at this point in the history
This reverts commit 8c1fd27.
  • Loading branch information
mjcarroll authored Sep 15, 2023
1 parent 8c1fd27 commit 21ab227
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ogre2/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ 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_target_install_rpath}
${OGRE2_LIBRARY_DIRS}
)

target_include_directories(${ogre2_target}
Expand Down

0 comments on commit 21ab227

Please sign in to comment.