Revert "Workaround for Boost 1.78.0 log namespace change"

This reverts commit ae886fd624.
This commit is contained in:
Dan Paulat 2022-04-19 16:06:01 -05:00
parent 034b4f78c5
commit a90d95cf6d
3 changed files with 0 additions and 12 deletions

View file

@ -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