summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2011-06-16 23:53:39 +0200
committerPetr Mrázek2011-06-16 23:53:39 +0200
commit93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d (patch)
treee62c34591b1be8a52b51ddb0b7ff18bf0304a26a /CMakeLists.txt
parent7136ac7aa42cc564ba92c116441430caf01ba961 (diff)
downloaddfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.gz
dfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.bz2
dfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.xz
Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping and ability to run reveal from DFHack console.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 173ea571..cbe192e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,10 +58,6 @@ SET( DFHACK_INSTALL ${DFHACK_INST_DEFAULT} CACHE STRING
'linux' for generic packaging and system installs on linux (linux default)
'ubuntu-10.10' for ubuntu maverick package.")
-SET( MEMXML_DATA_PATH . CACHE PATH
-"Path to a valid Memory.xml file.
-This is baked into the library, so when you package DFHack for linux, set it to the right path.")
-
IF(${DFHACK_INSTALL} STREQUAL "portable")
# the dfhack libraries will be installed here:
SET(DFHACK_LIBRARY_DESTINATION .)