summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake/Modules
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-07-31 06:08:32 +0000
committerEric Fiselier <eric@efcs.ca>2015-07-31 06:08:32 +0000
commit5e6aa9bdebbcce4857e119345af884efd5a234e3 (patch)
treeb592801f0b136819f1601d9777a12a506a10573f /libcxx/cmake/Modules
parentc7099585726f9baddcc6a952b192f219a53d8723 (diff)
downloadbcm5719-llvm-5e6aa9bdebbcce4857e119345af884efd5a234e3.tar.gz
bcm5719-llvm-5e6aa9bdebbcce4857e119345af884efd5a234e3.zip
Print message when configuring for standalone build.
llvm-svn: 243737
Diffstat (limited to 'libcxx/cmake/Modules')
-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