summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxx/lib/abi/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/lib/abi/CMakeLists.txt b/libcxx/lib/abi/CMakeLists.txt
index e67dcbe0fd5..b522c192e38 100644
--- a/libcxx/lib/abi/CMakeLists.txt
+++ b/libcxx/lib/abi/CMakeLists.txt
@@ -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()
OpenPOWER on IntegriCloud