mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:00:06 +00:00
Revert "Workaround for Boost 1.78.0 log namespace change"
This reverts commit ae886fd624.
This commit is contained in:
parent
034b4f78c5
commit
a90d95cf6d
3 changed files with 0 additions and 12 deletions
|
|
@ -54,11 +54,6 @@ endif()
|
|||
|
||||
target_compile_definitions(wxtest PRIVATE SCWX_TEST_DATA_DIR="${SCWX_DIR}/test/data")
|
||||
|
||||
if (WIN32)
|
||||
# For Boost::log
|
||||
target_compile_definitions(wxtest PRIVATE BOOST_USE_WINAPI_VERSION=0x0601)
|
||||
endif()
|
||||
|
||||
gtest_discover_tests(wxtest)
|
||||
|
||||
target_link_libraries(wxtest GTest::gtest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue