summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/unittests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/unittests/CMakeLists.txt b/lld/unittests/CMakeLists.txt
index bb651b5cfe6..9cd085398c3 100644
--- a/lld/unittests/CMakeLists.txt
+++ b/lld/unittests/CMakeLists.txt
@@ -1,6 +1,8 @@
add_custom_target(LLDUnitTests)
set_target_properties(LLDUnitTests PROPERTIES FOLDER "lld tests")
+set(CMAKE_BUILD_WITH_INSTALL_RPATH OFF)
+
# add_lld_unittest(test_dirname file1.cpp file2.cpp)
#
# Will compile the list of files together and link against lld
OpenPOWER on IntegriCloud