externals: Update catch to v2.0.1
This commit is contained in:
parent
dc5d7a802f
commit
f51fa38a1b
2 changed files with 2 additions and 2 deletions
2
externals/catch
vendored
2
externals/catch
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 3dcc9233515ea69e45a11be369f867a944e72e76
|
Subproject commit 19ab2117c5bac2f376f8da4a4b25e183137bcec0
|
|
@ -2,8 +2,8 @@
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
#include <catch.hpp>
|
#include <catch.hpp>
|
||||||
#include <math.h>
|
|
||||||
#include "common/param_package.h"
|
#include "common/param_package.h"
|
||||||
|
|
||||||
namespace Common {
|
namespace Common {
|
||||||
|
|
Loading…
Reference in a new issue