aboutsummaryrefslogtreecommitdiff
path: root/src/server/CMakeLists.txt
diff options
context:
space:
mode:
authorTartalo <none@none>2010-06-08 01:20:06 +0200
committerTartalo <none@none>2010-06-08 01:20:06 +0200
commita5f4e3de948f388505b7a6d1baf107ceacfd718b (patch)
tree45a9704d7fbe5f0fc3e891b5601ff5602e77f86e /src/server/CMakeLists.txt
parent498f62f4cc0c5f8464a94492a26f6d17d6609b58 (diff)
more cmake fixes. comment collision compilation until fixed
--HG-- branch : trunk
Diffstat (limited to 'src/server/CMakeLists.txt')
-rw-r--r--src/server/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/CMakeLists.txt b/src/server/CMakeLists.txt
index 1a6321c23e3..ccf7b894eb4 100644
--- a/src/server/CMakeLists.txt
+++ b/src/server/CMakeLists.txt
@@ -1,6 +1,6 @@
add_subdirectory(shared)
add_subdirectory(game)
-add_subdirectory(collision)
+#add_subdirectory(collision)
if (DO_SCRIPTS)
add_subdirectory(scripts)
endif (DO_SCRIPTS)