mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
boost, cmake: Turn off warning that signals are deprecated
This commit is contained in:
parent
a25c946b31
commit
21541a07de
@ -590,6 +590,7 @@ else()
|
|||||||
set(Lyx_Boost_Libraries boost_signals boost_regex)
|
set(Lyx_Boost_Libraries boost_signals boost_regex)
|
||||||
endif()
|
endif()
|
||||||
add_definitions(-DBOOST_USER_CONFIG="<config.h>")
|
add_definitions(-DBOOST_USER_CONFIG="<config.h>")
|
||||||
|
add_definitions(-DBOOST_SIGNALS_NO_DEPRECATION_WARNING=1)
|
||||||
include_directories(${TOP_SRC_DIR}/boost)
|
include_directories(${TOP_SRC_DIR}/boost)
|
||||||
add_subdirectory(boost "${TOP_BINARY_DIR}/boost")
|
add_subdirectory(boost "${TOP_BINARY_DIR}/boost")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user