Fix rpath not being set while uninstalled

pull/807/head
Nicolas Werner 3 years ago
parent 969ae80cfb
commit a27066eaad
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      CMakeLists.txt

@ -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}")

Loading…
Cancel
Save