aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2015-05-28 10:02:31 +0800
committerJassi Brar <jaswinder.singh@linaro.org>2016-08-03 16:30:59 +0530
commitd29a1bdbf3c3b935922e17acf6bf701722499d88 (patch)
tree86b8d12808090d4fe76837cea7c95f40bbb78d95
parentb4f20bdc1b985b5a9974584b5c9a0e206a5874a1 (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 eb686d8..8e468e5 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