From f20d479328f9f53461ecd6294dc91c485b44d114 Mon Sep 17 00:00:00 2001 From: sjunges Date: Mon, 15 Feb 2016 17:51:57 +0100 Subject: [PATCH] we dont need log4cplus tests and logging server Former-commit-id: 88df479584029a6c310dab529462e3de6a1556c9 --- resources/3rdparty/log4cplus-1.1.3-rc1/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/3rdparty/log4cplus-1.1.3-rc1/CMakeLists.txt b/resources/3rdparty/log4cplus-1.1.3-rc1/CMakeLists.txt index 269960827..fdd3b55a0 100644 --- a/resources/3rdparty/log4cplus-1.1.3-rc1/CMakeLists.txt +++ b/resources/3rdparty/log4cplus-1.1.3-rc1/CMakeLists.txt @@ -24,9 +24,9 @@ message("-- Generating build for Log4cplus version ${log4cplus_version_major}.${ set (log4cplus_soversion 9) set (log4cplus_postfix "") -option(LOG4CPLUS_BUILD_TESTING "Build the test suite." ON) +option(LOG4CPLUS_BUILD_TESTING "Build the test suite." OFF) -option(LOG4CPLUS_BUILD_LOGGINGSERVER "Build the logging server." ON) +option(LOG4CPLUS_BUILD_LOGGINGSERVER "Build the logging server." OFF) option(LOG4CPLUS_DEFINE_INSTALL_TARGET "Whether the install target should be generated." OFF)