diff options
| author | Petr Mrázek | 2012-07-09 01:05:40 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-07-09 01:05:40 +0200 |
| commit | 6975f643fc4917b84e501189657bcbfaec3ca982 (patch) | |
| tree | a747ec8bf4382d6e58ea82858fbe86d597557d26 /plugins/CMakeLists.txt | |
| parent | 45456b2230bd87bacc4bcd32515f530baafa8c04 (diff) | |
| download | dfhack-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.txt | 2 |
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() |
