summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake')
-rw-r--r--libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
index 1cd3cd70b5d..bf629a927cf 100644
--- a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
+++ b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
@@ -58,6 +58,7 @@ endmacro(find_llvm_parts)
if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
set(LIBCXX_BUILT_STANDALONE 1)
+ message(STATUS "Configuring for standalone build.")
find_llvm_parts()
OpenPOWER on IntegriCloud