diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-11-07 13:37:31 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-11-07 13:37:31 +0800 |
commit | 48af6d43580e07ea2b6833b6d44279bdd3f3e70d (patch) | |
tree | 20a3cee61f581fa694d3196dbf9c2fcb79c0252a /indra | |
parent | 3d1d8bf5f12ce91c5d9b764bd2b5aacfe44549ee (diff) | |
parent | 33691f2fa52e3b9c2146391413234472769b13ed (diff) |
Merge branch 'main' into DRTVWR-559
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/00-Common.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index aa2fd1caae..995c4f2411 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) |