Skip to content
Snippets Groups Projects
Verified Commit a27066ea authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix rpath not being set while uninstalled

parent 969ae80c
No related branches found
No related tags found
No related merge requests found
Pipeline #2076 passed
......@@ -720,7 +720,7 @@ if(NOT MSVC AND NOT HAIKU)
endif()
endif()
set_target_properties(nheko PROPERTIES SKIP_BUILD_RPATH TRUE)
set_target_properties(nheko PROPERTIES CMAKE_SKIP_INSTALL_RPATH TRUE)
if(UNIX AND NOT APPLE)
install (TARGETS nheko RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
......
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