this should really fix the XCode 6/7 builds
This commit is contained in:
parent
3340162efd
commit
a2c074fd4d
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef DOCTEST_COMPATIBILITY
|
||||
#define DOCTEST_COMPATIBILITY
|
||||
|
||||
#define DOCTEST_THREAD_LOCAL // enable single-threaded builds on XCode 6/7 - https://github.com/onqtam/doctest/issues/172
|
||||
#include "doctest.h"
|
||||
|
||||
// Catch doesn't require a semicolon after CAPTURE but doctest does
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue