summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2011-07-12 00:07:59 +0200
committerPetr Mrázek2011-07-12 00:07:59 +0200
commitaeeece5c5f6093e3d8568a7e1c54305b4f5ed197 (patch)
tree02ce2335767ff318bf8e6c9c809efed00edb24f8 /CMakeLists.txt
parentfa4d2d9b2ea5446098748e0d5700a8c3ceeea955 (diff)
downloaddfhack-aeeece5c5f6093e3d8568a7e1c54305b4f5ed197.tar.gz
dfhack-aeeece5c5f6093e3d8568a7e1c54305b4f5ed197.tar.bz2
dfhack-aeeece5c5f6093e3d8568a7e1c54305b4f5ed197.tar.xz
Made kittens plugin optional, and disabled by default.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 645032ca..93db2e81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,7 +66,7 @@ SET(DFHACK_DOXYGEN_DESTINATION dev/doxygen)
## some options for the user/developer to play with
OPTION(BUILD_LIBRARY "Build the library that goes into DF." ON)
-OPTION(BUILD_PLUGINS "Build the library that goes into DF." ON)
+OPTION(BUILD_PLUGINS "Build the plugins." ON)
IF(BUILD_LIBRARY)
add_subdirectory (library)