bleh rpath sucks
authorPierre Habouzit <madcoder@debian.org>
Mon, 14 Jan 2008 15:45:24 +0000 (16:45 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 14 Jan 2008 15:45:24 +0000 (16:45 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
CMakeLists.txt

index 67544ad..77d6686 100644 (file)
@@ -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)