From 52268103e684573211bd0f91c544567fd0bb9820 Mon Sep 17 00:00:00 2001 From: sjunges Date: Wed, 17 Feb 2016 19:11:03 +0100 Subject: [PATCH] use shared version of log4cplus Former-commit-id: b2f7e5f1fc321909adcb6abc598e8e823888ab21 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aee1ce75..8104b21d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -589,7 +589,7 @@ add_subdirectory("${PROJECT_SOURCE_DIR}/resources/3rdparty/log4cplus-1.1.3-rc1") include_directories("${PROJECT_SOURCE_DIR}/resources/3rdparty/log4cplus-1.1.3-rc1/include") include_directories("${PROJECT_BINARY_DIR}/resources/3rdparty/log4cplus-1.1.3-rc1/include") # This adds the defines.hxx file -list(APPEND STORM_LINK_LIBRARIES log4cplusS) +list(APPEND STORM_LINK_LIBRARIES log4cplus) if (UNIX AND NOT APPLE) list(APPEND STORM_LINK_LIBRARIES rt) endif(UNIX AND NOT APPLE)