From b5cf03f5adadbfe1373abb92eafa6757a0ff6ff6 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 18 Jun 2019 08:22:05 +0200 Subject: [PATCH] Remove boost::regex from required BOOST components, because now replaced by std::regex is used. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4564672f7..1016a52749 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -578,7 +578,7 @@ find_package( Pixman 0.30 REQUIRED ) # # Find Boost headers, required. -find_package( Boost 1.54.0 REQUIRED COMPONENTS regex ) +find_package( Boost 1.54.0 REQUIRED ) # Include MinGW resource compiler. include( MinGWResourceCompiler )