From d4e2ba1802f3465ebceeb435a55623dca53e62d4 Mon Sep 17 00:00:00 2001 From: "Jeremy W. Murphy" Date: Tue, 14 Oct 2025 07:40:24 +0900 Subject: [PATCH 1/3] Add Boost.Geometry to b2 dependencies --- build.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/build.jam b/build.jam index 860243297..e1ab2f356 100644 --- a/build.jam +++ b/build.jam @@ -20,6 +20,7 @@ constant boost_dependencies : /boost/detail//boost_detail /boost/foreach//boost_foreach /boost/function//boost_function + /boost/geometry//boost_geometry /boost/integer//boost_integer /boost/iterator//boost_iterator /boost/lexical_cast//boost_lexical_cast From 5464928d0f89a015b799ee122f4e545557823428 Mon Sep 17 00:00:00 2001 From: "Jeremy W. Murphy" Date: Tue, 14 Oct 2025 07:44:21 +0900 Subject: [PATCH 2/3] Add Boost.Geometry to CMakeList.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index db211cc02..3eac7e331 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ target_link_libraries(boost_graph Boost::detail Boost::foreach Boost::function + Boost::geometry Boost::integer Boost::iterator Boost::lexical_cast From a477d6d787095ae0b31cc54d178a9b20e5891bd7 Mon Sep 17 00:00:00 2001 From: "Jeremy W. Murphy" Date: Tue, 28 Oct 2025 07:47:13 +0900 Subject: [PATCH 3/3] Remove Boost::geometry from CMakeLists --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3eac7e331..db211cc02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ target_link_libraries(boost_graph Boost::detail Boost::foreach Boost::function - Boost::geometry Boost::integer Boost::iterator Boost::lexical_cast