Branch 'libkolab-0.5' - utils/CMakeLists.txt

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu Feb 13 21:09:02 CET 2014


 utils/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 738f62137e8a8a60b5ce0cf58c044ea8ed03f48d
Author: Aeneas Jaißle <aj at ajaissle.de>
Date:   Thu Feb 13 21:02:47 2014 +0100

    Fix #2588, building libkolab without tests incidentally attempting to link a static library not available

diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index d508956..19d34d1 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -2,4 +2,4 @@
 find_package(Boost REQUIRED COMPONENTS program_options)
 
 add_executable(kolabformatchecker kolabformatchecker.cpp)
-target_link_libraries(kolabformatchecker kolab_static ${Boost_LIBRARIES})
+target_link_libraries(kolabformatchecker kolab ${Boost_LIBRARIES})




More information about the commits mailing list