[libc++abi] Also build the static archive with C++17
authorLouis Dionne <ldionne@apple.com>
Thu, 23 Jul 2020 16:39:38 +0000 (12:39 -0400)
committerLouis Dionne <ldionne@apple.com>
Thu, 23 Jul 2020 16:40:19 +0000 (12:40 -0400)
The dylib and the static archive should really be built using the same
Standard, it was just an oversight.

libcxxabi/src/CMakeLists.txt

index 10300d1..85e3fda 100644 (file)
@@ -234,7 +234,7 @@ if (LIBCXXABI_ENABLE_STATIC)
                           CXX_EXTENSIONS
                             OFF
                           CXX_STANDARD
-                            11
+                            17
                           CXX_STANDARD_REQUIRED
                             ON
                           COMPILE_FLAGS