From 6a85d5c6746849915501341175c10dbc99a780a4 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 31 Jul 2015 06:08:32 +0000 Subject: [PATCH] Print message when configuring for standalone build. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@243737 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/Modules/HandleOutOfTreeLLVM.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Modules/HandleOutOfTreeLLVM.cmake b/cmake/Modules/HandleOutOfTreeLLVM.cmake index 1cd3cd70..bf629a92 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()