mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 05:56:05 +00:00
Fix CMake set syntax
llvm-svn: 286791
This commit is contained in:
parent
8f85ad1755
commit
310891f29a
@ -7,12 +7,12 @@ if (DEFINED TARGET_TRIPLE
|
||||
AND "${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "libcxxabi"
|
||||
AND NOT LIBCXX_ABI_UNSTABLE
|
||||
AND LIBCXX_ABI_VERSION EQUAL "1")
|
||||
set(LIBCXX_HAS_ABILIST_CONFIGURATION 1 CACHE "")
|
||||
set(LIBCXX_HAS_ABILIST_CONFIGURATION 1 CACHE INTERNAL "")
|
||||
else()
|
||||
if (NOT DEFINED LIBCXX_HAS_ABILIST_CONFIGURATION)
|
||||
message(STATUS "libc++ configuration differs from the abilist configuration. check-cxx-abilist target is not supported")
|
||||
endif()
|
||||
set(LIBCXX_HAS_ABILIST_CONFIGURATION 0 CACHE "")
|
||||
set(LIBCXX_HAS_ABILIST_CONFIGURATION 0 CACHE INTERNAL "")
|
||||
endif()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user