From 33691f2fa52e3b9c2146391413234472769b13ed Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Tue, 7 Nov 2023 13:36:48 +0800 Subject: EXTERNAL_TOS on macOS too, for now since we don't have any web browser there either. --- indra/cmake/00-Common.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 4d8ebfdae2..8090b91096 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -173,7 +173,10 @@ if (DARWIN) # required for clang-15/xcode-15 since our boost package still uses deprecated std::unary_function/binary_function # see https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#C++-Standard-Library - add_compile_definitions(_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION) + add_compile_definitions( + _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION + EXTERNAL_TOS + ) endif (DARWIN) if (LINUX OR DARWIN) -- cgit v1.2.3