source "${GRIMOIRE}/CMAKE_CONFIGURE" &&

config_query_option RAPIDJSON_OPTS "Build RapidJSON examples?" n \
    "-DRAPIDJSON_BUILD_EXAMPLES=ON" "-DRAPIDJSON_BUILD_EXAMPLES=OFF" &&

config_query_option RAPIDJSON_OPTS "Build RapidJSON tests?" n \
    "-DRAPIDJSON_BUILD_TESTS=ON" "-DRAPIDJSON_BUILD_TESTS=OFF"
