diff options
| author | Petr Mrázek | 2012-05-20 22:58:02 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-05-20 22:58:02 +0200 |
| commit | 8ff4f1a78e89556ca82b97105425487786aad06e (patch) | |
| tree | 397fbdf97a0c6c1bd6054b46547f3e6e98f5358e /plugins/CMakeLists.txt | |
| parent | 489f22e550af21568bca31e5bace16121dc89a79 (diff) | |
| download | dfhack-8ff4f1a78e89556ca82b97105425487786aad06e.tar.gz dfhack-8ff4f1a78e89556ca82b97105425487786aad06e.tar.bz2 dfhack-8ff4f1a78e89556ca82b97105425487786aad06e.tar.xz | |
Disable ruby plugin by default.
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 2c54aeba..3afdbcac 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -36,7 +36,7 @@ if (BUILD_DWARFEXPORT) add_subdirectory (dwarfexport) endif() -OPTION(BUILD_RUBY "Build ruby binding." ON) +OPTION(BUILD_RUBY "Build ruby binding." OFF) if (BUILD_RUBY) add_subdirectory (ruby) endif() |
