Skip to content
Snippets Groups Projects
Unverified Commit eb479539 authored by Vitaly Zaitsev's avatar Vitaly Zaitsev
Browse files

Removed RPATH from compiled binaries.

parent cfd6c570
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