Skip to content
Snippets Groups Projects
Unverified Commit da01f171 authored by Joe Donofry's avatar Joe Donofry Committed by GitHub
Browse files

Merge pull request #76 from xvitaly/0.7.0-dev

Removed RPATH from compiled binaries
parents cfd6c570 eb479539
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment