Avoid redefinition of BOOST_TEST_DYN_LINK

This commit is contained in:
Jan Niklas Hasse 2020-10-25 20:50:14 +01:00
parent 6febaeda1a
commit c4404a73fb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#ifndef WIN32
#if !defined(_WIN32) && !defined(BOOST_TEST_DYN_LINK)
#define BOOST_TEST_DYN_LINK
#endif
#include <boost/test/unit_test.hpp>

View File

@ -1,4 +1,4 @@
#ifndef WIN32
#if !defined(_WIN32) && !defined(BOOST_TEST_DYN_LINK)
#define BOOST_TEST_DYN_LINK
#endif
#define BOOST_TEST_MODULE Poly2triTest