aboutsummarylogtreecommitdiffstats
path: root/dfhack-visualizers.patch
blob: 01736592a30238694673df1eed713a8b92e51c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- CMakeLists.txt.old	2016-02-21 14:50:18.710034624 -0500
+++ CMakeLists.txt	2016-02-21 14:50:52.823366613 -0500
@@ -6,12 +6,12 @@
     add_subdirectory (Dfusion)
 endif()
 
-OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." OFF)
+OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." ON)
 if(BUILD_STONESENSE)
     add_subdirectory (stonesense)
 endif()
 
-OPTION(BUILD_ISOWORLD "Build isoworld (needs a checkout first)." OFF)
+OPTION(BUILD_ISOWORLD "Build isoworld (needs a checkout first)." OFF)
 if(BUILD_ISOWORLD)
     add_subdirectory (isoworld)
     IF(UNIX)