Remove boost::regex from required BOOST components, because now replaced by std::regex is used.

This commit is contained in:
jean-pierre charras 2019-06-18 08:22:05 +02:00
parent bc26ccf9f2
commit b5cf03f5ad
1 changed files with 1 additions and 1 deletions

View File

@ -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 )