rapidjson: build with C++17 language level
gtest was upgraded to 1.14.0; as of 1.13.x gtest requires at least c++14
to build.
rapidjson's CMake scripts have support for specifying C++11 or C++17;
rather than add our own support for C++14 we set the C++17 flag instead.