summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-16 10:10:22 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-16 10:10:45 +0100
commita27066eaad81b5389140a439b2e5fea6f975a452 (patch)
tree91c0027059bcaea07bb4ffe721df9e9f6212c21a
parentTry to fix notarization issues (diff)
downloadnheko-a27066eaad81b5389140a439b2e5fea6f975a452.tar.xz
Fix rpath not being set while uninstalled
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 0c43721f..ed8cfc69 100644 --- a/CMakeLists.txt +++ b/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}")