diff --git a/bench/Jamfile b/bench/Jamfile index e13618bbb..f7c0d561d 100644 --- a/bench/Jamfile +++ b/bench/Jamfile @@ -28,4 +28,5 @@ exe bench : ../test $(has_nlohmann_json)BOOST_JSON_HAS_NLOHMANN_JSON $(has_rapidjson)BOOST_JSON_HAS_RAPIDJSON + : .//bin.v2 ;