]> git.lyx.org Git - features.git/commitdiff
cmake: fix linker error
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 17 Aug 2009 20:39:38 +0000 (20:39 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 17 Aug 2009 20:39:38 +0000 (20:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31103 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/support/CMakeLists.txt

index 6d80dafa75ff8dc3fb2c9e83f4bb6f659908e7b7..78637c8c703310c65026c3db7b07bbc8fc699bbe 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 #
-# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
+# Copyright (c) 2006, Peter Kmmel, <syntheticpp@gmx.net>
 #
 
 project(support)
@@ -64,7 +64,7 @@ endif()
 if(Boost_FOUND)
   target_link_libraries(support ${Boost_LIBRARIES})
 else()
-  target_link_libraries(support boost_signals)
+  target_link_libraries(support boost_signals boost_regex)
 endif()
 
 target_link_libraries(support ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARY})