cmake: fix linker error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31103 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-08-17 20:39:38 +00:00
parent 382a9bc08c
commit c801404b4c

View 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 K<EFBFBD>mmel, <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})