diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-29 09:51:15 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-29 09:51:15 +0200 |
commit | f19c2cfd808333ae90a8906e67421713a63360a6 (patch) | |
tree | 45981742b83b3f63d499818209abc539c490fffa /CMakeLists.txt | |
parent | f1fdbe72dca1777e2b0e9544da7a6960a3020b69 (diff) | |
download | weechat-f19c2cfd808333ae90a8906e67421713a63360a6.zip |
core: disable compilation of documentation by default (cmake and autotools)
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 0f230bb64..23a53d98f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ OPTION(ENABLE_LUA "Enable Lua scripting language" ON) OPTION(ENABLE_TCL "Enable Tcl scripting language" ON) OPTION(ENABLE_GUILE "Enable Scheme (guile) scripting language" ON) OPTION(ENABLE_XFER "Enable Xfer plugin" ON) -OPTION(ENABLE_DOC "Enable Documentation" ON) +OPTION(ENABLE_DOC "Enable Documentation" OFF) IF(NOT DEFINED WEECHAT_HOME OR "${WEECHAT_HOME}" STREQUAL "") SET(WEECHAT_HOME "~/.weechat") |