aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2024-06-07 15:40:07 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-06-07 21:43:53 +0000
commit29223ac349c144a4d0babc281644c0410dd1e313 (patch)
treeae2c3ab90f727e79c17294df7ddde3744b3fb23e /CMakeLists.txt
parente2a801f688dbdfac8fde90b849b1bf75f80b466c (diff)
downloadboringssl-29223ac349c144a4d0babc281644c0410dd1e313.zip
boringssl-29223ac349c144a4d0babc281644c0410dd1e313.tar.gz
boringssl-29223ac349c144a4d0babc281644c0410dd1e313.tar.bz2
Update other CI tools
Change-Id: I6acff65f952a6d96df918d692c1fe8d2ae469ff7 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/69167 Reviewed-by: Bob Beck <bbe@google.com> Commit-Queue: Bob Beck <bbe@google.com> Auto-Submit: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5acdc0..26fad80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -451,8 +451,8 @@ if(USE_CUSTOM_LIBCXX)
set_target_properties(
libcxx libcxxabi PROPERTIES
COMPILE_FLAGS "-Wno-missing-prototypes -Wno-implicit-fallthrough"
- # libc++ and libc++abi must be built in C++20 mode.
- CXX_STANDARD 20
+ # libc++ and libc++abi must be built in C++23 mode.
+ CXX_STANDARD 23
CXX_STANDARD_REQUIRED TRUE
)
# libc++abi depends on libc++ internal headers.