summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-06-26 21:45:58 -0400
committerGitHub <noreply@github.com>2019-06-26 21:45:58 -0400
commitda01f1713f9961f2bed4e62863d7e85df50c28a9 (patch)
treea890ed7ff803a33c0c746893e5ade6fdb13f2ff2
parentFurther UI Updates to Rich Replies (diff)
parentRemoved RPATH from compiled binaries. (diff)
downloadnheko-da01f1713f9961f2bed4e62863d7e85df50c28a9.tar.xz
Merge pull request #76 from xvitaly/0.7.0-dev
Removed RPATH from compiled binaries
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 321234dd..66d262f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -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")