diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-07-31 06:08:32 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-07-31 06:08:32 +0000 |
commit | 5e6aa9bdebbcce4857e119345af884efd5a234e3 (patch) | |
tree | b592801f0b136819f1601d9777a12a506a10573f /libcxx | |
parent | c7099585726f9baddcc6a952b192f219a53d8723 (diff) | |
download | bcm5719-llvm-5e6aa9bdebbcce4857e119345af884efd5a234e3.tar.gz bcm5719-llvm-5e6aa9bdebbcce4857e119345af884efd5a234e3.zip |
Print message when configuring for standalone build.
llvm-svn: 243737
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake | 1 |
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() |