Skip to content

Commit 5c8cf9e

Browse files
author
git apple-llvm automerger
committed
Merge commit '4431e8c84e62' from llvm.org/main into next
2 parents 5cc5b56 + 4431e8c commit 5c8cf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ set(LIBCXX_CXX_ABI "${LIBCXX_DEFAULT_ABI_LIBRARY}" CACHE STRING "Specify C++ ABI
224224

225225
# Temporary to still accept existing CMake caches that contain "default" as the value
226226
if (LIBCXX_CXX_ABI STREQUAL "default")
227-
set(LIBCXX_CXX_ABI "${LIBCXX_DEFAULT_ABI_LIBRARY}")
227+
set(LIBCXX_CXX_ABI "${LIBCXX_DEFAULT_ABI_LIBRARY}" CACHE STRING "" FORCE)
228228
endif()
229229

230230
if (NOT "${LIBCXX_CXX_ABI}" IN_LIST LIBCXX_SUPPORTED_ABI_LIBRARIES)

0 commit comments

Comments
 (0)