[libcxx-commits] [libcxx] [libc++] Silence CMake's install messages in the CI (PR #128872)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 26 07:11:47 PST 2025
================
@@ -136,6 +136,7 @@ function generate-cmake-base() {
-DLIBCXX_ENABLE_WERROR=YES \
-DLIBCXXABI_ENABLE_WERROR=YES \
-DLIBUNWIND_ENABLE_WERROR=YES \
+ -DCMAKE_INSTALL_MESSAGE=NEVER \
----------------
ldionne wrote:
Can you please add a comment that we can remove this once https://gitlab.kitware.com/cmake/cmake/-/issues/26085 has been resolved in CMake (by passing it only in the `install-cxx-test-suite-prefix` target)?
https://github.com/llvm/llvm-project/pull/128872
More information about the libcxx-commits
mailing list