From 99473fbb9a95f7046999c195aca8a55676b4c85e Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Fri, 10 Feb 2017 16:42:59 +0000 Subject: [PATCH] Remove Doxygen --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 968c4e81..e12b6747 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -368,15 +368,6 @@ elseif(WIN32 AND NOT UNIX) configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/wix ${CMAKE_BINARY_DIR}/installer) endif() -if (CONF_DOXYGEN) - - set(VERSION, "${VERSION}") - - # For doxygen.cfg, save the results based on a template (doxygen.cfg.in). - configure_file(${cmake_dir}/doxygen.cfg.in ${doc_dir}/doxygen.cfg) - -endif() - option(SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON) add_subdirectory(src)