mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 22:09:52 +01:00
Avoid redefinition of BOOST_TEST_DYN_LINK
This commit is contained in:
parent
6febaeda1a
commit
c4404a73fb
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user