--- kde-ecm-git-04f4675cb.old\/CMakeLists.txt +++ kde-ecm-git-04f4675cb/CMakeLists.txt @@ -55,11 +55,6 @@ set(MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/modules/) set(TOOLCHAIN_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/toolchain/) -set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/ECM - CACHE - PATH - "HTML and QtHelp documentation" -) set(MAN_INSTALL_DIR ${SHARE_INSTALL_DIR}/man CACHE PATH @@ -67,18 +62,7 @@ ) -# -# Documentation -# - -add_subdirectory(docs) - - -# -# Tests -# - -option(BUILD_TESTING "Build automated tests." ON) +option(BUILD_TESTING "Build automated tests." OFF) add_feature_info(BUILD_TESTING BUILD_TESTING "Build automated tests.") if(BUILD_TESTING) enable_testing()