Commit b1782b7a by Maarten L. Hekkelman

Merge branch 'with-catch2' into develop

parents 402d3a16 f3c3966e
...@@ -163,6 +163,8 @@ if(GXX_LIBSTDCPP) ...@@ -163,6 +163,8 @@ if(GXX_LIBSTDCPP)
find_package(Boost QUIET COMPONENTS regex) find_package(Boost QUIET COMPONENTS regex)
if (NOT Boost_FOUND) if (NOT Boost_FOUND)
set(BOOST_REGEX_STANDALONE ON)
FetchContent_Declare( FetchContent_Declare(
boost-rx boost-rx
GIT_REPOSITORY https://github.com/boostorg/regex GIT_REPOSITORY https://github.com/boostorg/regex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment