Merge pull request #4572 from ethereum/cmake-boost-tests

Do not include single-header boost_unit_test
This commit is contained in:
Alex Beregszaszi 2018-07-25 10:42:44 +01:00 committed by GitHub
commit 167fe7c370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
#pragma warning(push)
#pragma warning(disable:4535) // calling _set_se_translator requires /EHa
#endif
#include <boost/test/included/unit_test.hpp>
#include <boost/test/unit_test.hpp>
#if defined(_MSC_VER)
#pragma warning(pop)
#endif