]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / Jamfile.v2
index f8c1eac8401a294cd067785ad509c543d562f813..5c6f27e46f2a71b4ee609865ccb4a39f1f0295a8 100644 (file)
@@ -18,6 +18,7 @@ project boost-geometry-test
         <toolset>msvc:<asynch-exceptions>on
         <toolset>msvc:<cxxflags>/bigobj
         <toolset>clang:<cxxflags>-Wno-unneeded-internal-declaration # supress warning by Boost.None
+               <toolset>intel:<define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE
         <host-os>windows,<toolset>intel:<cxxflags>/bigobj
         <define>BOOST_NO_AUTO_PTR # disable the deprecated std::auto_ptr support in SmartPtr and Core
     ;
@@ -27,6 +28,7 @@ build-project concepts ;
 build-project geometries ;
 build-project arithmetic ;
 build-project algorithms ;
+build-project formulas ;
 build-project iterators ;
 build-project strategies ;
 build-project policies ;