Commit 8a9f72c9 by Maarten L. Hekkelman

boost regex standalone

parent 09dd6549
......@@ -159,6 +159,8 @@ if(GXX_LIBSTDCPP)
find_package(Boost QUIET COMPONENTS regex)
if (NOT Boost_FOUND)
set(BOOST_REGEX_STANDALONE ON)
FetchContent_Declare(
boost-rx
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