diff --git a/test/unit/serialization/wkb_test.cpp b/test/unit/serialization/wkb_test.cpp index f82c4f32f..9a3bc1e86 100644 --- a/test/unit/serialization/wkb_test.cpp +++ b/test/unit/serialization/wkb_test.cpp @@ -106,7 +106,9 @@ TEST_CASE("Well-known-geometries") { REQUIRE(wkt0 == wkt1); // compare spatially (NOTE: GeometryCollection comparison also enforces strict order) +#if BOOST_VERSION >= 105800 REQUIRE(spatially_equal(geom_0, geom_1)); +#endif } } }