Bug #90867 MAKE IT POSSIBLE TO BUILD WITH SYSTEM RAPIDJSON
Submitted: 15 May 2018 7:13 Modified: 8 Jun 2018 16:22
Reporter: Erik Frøseth Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.13 OS:Any
Assigned to: CPU Architecture:Any

[15 May 2018 7:13] Erik Frøseth
Description:
It should be possible to specify both -DWITH_RAPIDJSON=system and -DWITH_RAPIDJSON=bundled in CMake so we can build with either the system provided rapidjson headers or the bundled rapidjson headers

How to repeat:
cmake /mysql-src -DWITH_RAPIDJSON=system
[8 Jun 2018 16:22] Paul DuBois
Posted by developer:
 
Fixed in 8.0.13.

The new WITH_RAPIDJSON CMake option controls whether to compile with
the bundled or system RapidJSON library.