utils/CMakeLists.txt

Christian Mollekopf mollekopf at kolabsys.com
Tue Mar 18 13:49:50 CET 2014


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

New commits:
commit a6748c64c7d8989020024d76f81e9fed77fa661d
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