Skip to content

Commit

Permalink
fix compilation of springtime tests and upgrade catch2 (#436)
Browse files Browse the repository at this point in the history
* update catch2 to 2.13.5 to resolve issue with MINSIGSTKSZ being no longer usable in constexpr context
* catchorg/Catch2#2421
* fix compilation for test files (excluded from default build) under linux
  • Loading branch information
dzosz authored Nov 10, 2022
1 parent 6fede77 commit f6f602b
Show file tree
Hide file tree
Showing 3 changed files with 7,494 additions and 2,844 deletions.
2 changes: 1 addition & 1 deletion rts/System/Platform/CpuID.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */

#include "CpuID.h"
#include "libcpuid/libcpuid/libcpuid.h"
#include "lib/libcpuid/libcpuid/libcpuid.h"
#include "System/MainDefines.h"
#include "System/Platform/Threading.h"
#include "System/Log/ILog.h"
Expand Down
Loading

0 comments on commit f6f602b

Please sign in to comment.