aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2015-05-28 10:02:31 +0800
committerAndy Green <andy.green@linaro.org>2015-05-28 10:02:31 +0800
commitd3b6ba1f78e555d98c555b9dfb5eaf8852827f15 (patch)
treea85bd7908a67aa0de4def809dd71303a6a72b478
parentb273dcd4a8ef3dda29b18a911e7220d1e41a4a39 (diff)
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5b60475..30c6e62 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,8 @@ set(MTP_VERSION_PATCH 0)
find_package(Boost REQUIRED COMPONENTS thread system filesystem unit_test_framework)
pkg_check_modules(GLOG REQUIRED libglog)
+set(CMAKE_SKIP_RPATH 1)
+
set(
MTP_HEADERS
include/MtpDatabase.h