summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-09-01 19:47:39 +0000
committerChris Bieneman <beanz@apple.com>2016-09-01 19:47:39 +0000
commit72b25a150ae31cc2707d02371a8feb14d2a9c3f4 (patch)
treefe99e3747d8c49add42fca20a15b9d0c71d224b2 /libcxx
parente1a7f1c45bc85e5284788e7050cdd45896aed4bc (diff)
[CMake] NFC. Missed the other uses in r280406
Doh! Obviously need to slow down.
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
index 349d234e198..28ff85461de 100644
--- a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
+++ b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
@@ -67,10 +67,10 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
# The intent is that this doesn't necessarily mean the LLVM is installed (it
# could be a build directory), but it means we need to treat the LLVM
# directory as read-only.
- set(LIBCXX_USING_INSTLLED_LLVM 1)
+ set(LIBCXX_USING_INSTALLED_LLVM 1)
endif()
-if (LIBCXX_USING_INSTLLED_LLVM OR LIBCXX_STANDALONE_BUILD)
+if (LIBCXX_USING_INSTALLED_LLVM OR LIBCXX_STANDALONE_BUILD)
set(LIBCXX_STANDALONE_BUILD 1)
message(STATUS "Configuring for standalone build.")