[CMake] Log output of configure/build/install steps for instrumented libcxx to reduce noise

llvm-svn: 208632
This commit is contained in:
Alexey Samsonov 2014-05-12 21:07:28 +00:00
parent a131bdb77e
commit 5af5f8f0b5
1 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,9 @@ macro(add_custom_libcxx name prefix)
-DCMAKE_CXX_FLAGS=${LIBCXX_CFLAGS}
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
LOG_BUILD 1
LOG_CONFIGURE 1
LOG_INSTALL 1
)
ExternalProject_Add_Step(${name} force-reconfigure