mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
2047ea5eb4
Boost.Signals is deprecated. This fixes bug #9943. The only thing left to do is to rewrite (or get rid of) the boost -mt test in config/lyxinclude.m4 not to use signals anymore.
16 lines
288 B
CMake
16 lines
288 B
CMake
# This file is part of LyX, the document processor.
|
|
# Licence details can be found in the file COPYING.
|
|
#
|
|
# Copyright (c) 2010-2011 Peter Kümmel, <syntheticpp@gmx.net>
|
|
#
|
|
|
|
project(boost)
|
|
|
|
|
|
if(LYX_USE_STD_REGEX)
|
|
message(STATUS "Using std regex")
|
|
else()
|
|
add_subdirectory(regex)
|
|
endif()
|
|
|