summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-12-17 15:25:47 +0800
committerErik Kundiman <erik@megapahit.org>2023-12-17 15:25:47 +0800
commitee89162c037d693d63376762b417049f5f066672 (patch)
tree240a658b82981b643851a1cf819c6ff2cde338a3
parenta8e888375101dfbf6d4060966ee788751ee4af95 (diff)
Revert "EXTERNAL_TOS on macOS too, for now"
This reverts commit 33691f2fa52e3b9c2146391413234472769b13ed.
-rw-r--r--indra/cmake/00-Common.cmake5
1 files changed, 1 insertions, 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)