From ee89162c037d693d63376762b417049f5f066672 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 17 Dec 2023 15:25:47 +0800 Subject: Revert "EXTERNAL_TOS on macOS too, for now" This reverts commit 33691f2fa52e3b9c2146391413234472769b13ed. --- indra/cmake/00-Common.cmake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 995c4f2411..aa2fd1caae 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -173,10 +173,7 @@ 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 - EXTERNAL_TOS - ) + add_compile_definitions(_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION) endif (DARWIN) if (LINUX OR DARWIN) -- cgit v1.2.3