From f3069fed059da9038db85d11370016e343832997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 9 Mar 2020 19:33:09 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@761 a8b55f48-bf90-11e4-a774-851b48703e85 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2268a8b..7916a6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ else() link_directories(/usr/local/lib) endif() else() - set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_RPATH}:\$ORIGIN/lib") + set(CMAKE_INSTALL_RPATH "\$ORIGIN/lib") endif() endif() if (DEFINED ANDROID_PLATFORM)