[libcxx] r243737 - Print message when configuring for standalone build.

Eric Fiselier eric at efcs.ca
Thu Jul 30 23:08:32 PDT 2015


Author: ericwf
Date: Fri Jul 31 01:08:32 2015
New Revision: 243737

URL: http://llvm.org/viewvc/llvm-project?rev=243737&view=rev
Log:
Print message when configuring for standalone build.

Modified:
    libcxx/trunk/cmake/Modules/HandleOutOfTreeLLVM.cmake

Modified: libcxx/trunk/cmake/Modules/HandleOutOfTreeLLVM.cmake
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/cmake/Modules/HandleOutOfTreeLLVM.cmake?rev=243737&r1=243736&r2=243737&view=diff
==============================================================================
--- libcxx/trunk/cmake/Modules/HandleOutOfTreeLLVM.cmake (original)
+++ libcxx/trunk/cmake/Modules/HandleOutOfTreeLLVM.cmake Fri Jul 31 01:08:32 2015
@@ -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()
 





More information about the cfe-commits mailing list