summaryrefslogtreecommitdiffstats
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
commit6a85d5c6746849915501341175c10dbc99a780a4 (patch)
treeaebfc34e592920281277438bbd70a619cdc541aa
parentfe5102c83e3b8bd21b09f117f21b5372a4486ace (diff)
downloadexternal_libcxx-6a85d5c6746849915501341175c10dbc99a780a4.tar.gz
external_libcxx-6a85d5c6746849915501341175c10dbc99a780a4.tar.bz2
external_libcxx-6a85d5c6746849915501341175c10dbc99a780a4.zip
Print message when configuring for standalone build.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@243737 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--cmake/Modules/HandleOutOfTreeLLVM.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/HandleOutOfTreeLLVM.cmake b/cmake/Modules/HandleOutOfTreeLLVM.cmake
index 1cd3cd70b..bf629a927 100644
--- a/cmake/Modules/HandleOutOfTreeLLVM.cmake
+++ b/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()