From 7bd63759186d38d5a751b94fe7ee047d69ba1287 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 14 Jan 2008 16:45:24 +0100 Subject: [PATCH] bleh rpath sucks Signed-off-by: Pierre Habouzit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67544ad..77d6686 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) PROJECT(madmutt C D) SET(PACKAGE madmutt) +SET(CMAKE_SKIP_RPATH ON) # Using Phobos OR Tango (can be specified from cmake command line) if (NOT CMAKE_D_USE_PHOBOS AND NOT CMAKE_D_USE_TANGO) -- 2.20.1