diff options
| author | Petr Mrázek | 2011-07-12 00:07:59 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-07-12 00:07:59 +0200 |
| commit | aeeece5c5f6093e3d8568a7e1c54305b4f5ed197 (patch) | |
| tree | 02ce2335767ff318bf8e6c9c809efed00edb24f8 /CMakeLists.txt | |
| parent | fa4d2d9b2ea5446098748e0d5700a8c3ceeea955 (diff) | |
| download | dfhack-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.txt | 2 |
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) |
