Fix RPath in installed colobot

dev-ui
Didier Raboud 2012-12-19 08:50:46 +01:00
parent 22ac35cd88
commit c6c57c0e99
1 changed files with 1 additions and 1 deletions

View File

@ -196,4 +196,4 @@ add_executable(colobot ${SOURCES})
target_link_libraries(colobot ${LIBS})
install(TARGETS colobot RUNTIME DESTINATION games/)
set_target_properties(colobot PROPERTIES INSTALL_RPATH ${COLOBOT_LIB_DIR})
set_target_properties(colobot PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${COLOBOT_LIB_DIR}")