mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Removed RPATH from compiled binaries.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
parent
cfd6c5703a
commit
eb4795390b
1 changed files with 2 additions and 0 deletions
|
@ -456,6 +456,8 @@ if(EXTERNAL_PROJECT_DEPS)
|
|||
add_dependencies(nheko ${EXTERNAL_PROJECT_DEPS})
|
||||
endif()
|
||||
|
||||
set_target_properties(nheko PROPERTIES SKIP_BUILD_RPATH TRUE)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install (TARGETS nheko RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
install (FILES "resources/nheko-16.png" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/16x16/apps" RENAME "nheko.png")
|
||||
|
|
Loading…
Reference in a new issue