mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:10:04 +00:00
Workaround for Boost 1.78.0 log namespace change
This commit is contained in:
parent
a18db83730
commit
ae886fd624
3 changed files with 12 additions and 0 deletions
|
|
@ -198,6 +198,9 @@ target_link_libraries(wxdata INTERFACE Boost::iostreams
|
|||
|
||||
if (WIN32)
|
||||
target_link_libraries(wxdata INTERFACE Ws2_32)
|
||||
|
||||
# For Boost::log
|
||||
target_compile_definitions(wxdata PRIVATE BOOST_USE_WINAPI_VERSION=0x0601)
|
||||
endif()
|
||||
|
||||
set_target_properties(wxdata PROPERTIES CXX_STANDARD 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue