diff options
author | CoolStar <coolstarorganization@gmail.com> | 2018-05-10 14:29:51 -0700 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-12-26 15:10:36 -1000 |
commit | 37b25758afde7d98b8cac4965e99869f13af5b80 (patch) | |
tree | 2b94da48c9be2ecf2e321a156e327084bbca8e16 | |
parent | 19c37a01bccca11fe2bfa957087706c27441ef34 (diff) |
Don't build doc
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60f329078..e55a4a067 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include_directories(${PROJECT_BINARY_DIR}/include) enable_testing() -option(WITH_DOC "Build documentation." ON) +option(WITH_DOC "Build documentation." OFF) option(USE_NLS "Localisation support." ON) set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMake") @@ -227,7 +227,6 @@ add_subdirectory(apt-private) add_subdirectory(apt-inst) add_subdirectory(cmdline) add_subdirectory(completions) -add_subdirectory(doc) add_subdirectory(dselect) add_subdirectory(ftparchive) add_subdirectory(methods) |