bleh rpath sucks
[apps/madmutt.git] / 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)