From 8cd24e8bc493d0f182bae70726b34d8ec8da3f1f Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 10 Oct 2025 17:02:00 +0800 Subject: Use MacPorts' Boost 1.88 instead of its Boost 1.87 Now that MacPorts' newest Boost version is 1.88. --- indra/cmake/Boost.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/cmake/Boost.cmake') diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 8459214f59..0d5137304b 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -6,8 +6,8 @@ include_guard() add_library( ll::boost INTERFACE IMPORTED ) if (DARWIN) - target_include_directories( ll::boost SYSTEM INTERFACE /opt/local/libexec/boost/1.87/include) - target_link_directories( ll::boost INTERFACE /opt/local/libexec/boost/1.87/lib) + target_include_directories( ll::boost SYSTEM INTERFACE /opt/local/libexec/boost/1.88/include) + target_link_directories( ll::boost INTERFACE /opt/local/libexec/boost/1.88/lib) set(sfx -mt) elseif (WINDOWS) target_include_directories( ll::boost SYSTEM INTERFACE ${prefix_result}/../include) -- cgit v1.2.3