Remove boost::regex from required BOOST components, because now replaced by std::regex is used.
This commit is contained in:
parent
bc26ccf9f2
commit
b5cf03f5ad
|
@ -578,7 +578,7 @@ find_package( Pixman 0.30 REQUIRED )
|
||||||
|
|
||||||
#
|
#
|
||||||
# Find Boost headers, 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 MinGW resource compiler.
|
||||||
include( MinGWResourceCompiler )
|
include( MinGWResourceCompiler )
|
||||||
|
|
Loading…
Reference in New Issue