1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Hilko Bengen <bengen@debian.org>
Date: Sat, 31 Oct 2015 13:35:24 +0100
Subject: Disable setting rpath
---
cmake/CommonCMakeConfig.cmake | 1 -
1 file changed, 1 deletion(-)
diff --git a/cmake/CommonCMakeConfig.cmake b/cmake/CommonCMakeConfig.cmake
index 322cc95..c7e6ef5 100644
--- a/cmake/CommonCMakeConfig.cmake
+++ b/cmake/CommonCMakeConfig.cmake
@@ -4,6 +4,5 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
include(CheckCompilers)
include(ProhibitInSourceBuild)
include(AddUninstallTarget)
-include(SetupRPATH)
include(SetDefaultCompileFlags)
include(MacDependencyPaths)
|