projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e470421
)
bleh rpath sucks
author
Pierre Habouzit
<madcoder@debian.org>
Mon, 14 Jan 2008 15:45:24 +0000
(16:45 +0100)
committer
Pierre 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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
67544ad
..
77d6686
100644
(file)
--- 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)