summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-07-09 01:05:40 +0200
committerPetr Mrázek2012-07-09 01:05:40 +0200
commit6975f643fc4917b84e501189657bcbfaec3ca982 (patch)
treea747ec8bf4382d6e58ea82858fbe86d597557d26 /plugins/CMakeLists.txt
parent45456b2230bd87bacc4bcd32515f530baafa8c04 (diff)
downloaddfhack-6975f643fc4917b84e501189657bcbfaec3ca982.tar.gz
dfhack-6975f643fc4917b84e501189657bcbfaec3ca982.tar.bz2
dfhack-6975f643fc4917b84e501189657bcbfaec3ca982.tar.xz
Fixage, syncing with structures
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 6de03e49..2c54aeba 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -10,7 +10,7 @@ if(BUILD_DFUSION)
add_subdirectory (Dfusion)
endif()
-OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." ON)
+OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." OFF)
if(BUILD_STONESENSE)
add_subdirectory (stonesense)
endif()