mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
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:
parent
382a9bc08c
commit
c801404b4c
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user