From 19de1ba2e4b0d7a3700a0e2d633a4ee63c1ab317 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 12 May 2014 21:07:28 +0000 Subject: [CMake] Log output of configure/build/install steps for instrumented libcxx to reduce noise git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208632 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/Modules/AddCompilerRT.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmake') diff --git a/cmake/Modules/AddCompilerRT.cmake b/cmake/Modules/AddCompilerRT.cmake index 5b3b740bb..781e757ce 100644 --- a/cmake/Modules/AddCompilerRT.cmake +++ b/cmake/Modules/AddCompilerRT.cmake @@ -200,6 +200,9 @@ macro(add_custom_libcxx name prefix) -DCMAKE_CXX_FLAGS=${LIBCXX_CFLAGS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH= + LOG_BUILD 1 + LOG_CONFIGURE 1 + LOG_INSTALL 1 ) ExternalProject_Add_Step(${name} force-reconfigure -- cgit v1.2.3