Skip to content

Commit 88d9697

Browse files
committed
WIP: Set -DCMAKE_INSTALL_MESSAGE=NEVER
1 parent a506d0e commit 88d9697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ jobs:
250250
cmake ../runtimes `
251251
-G Ninja `
252252
-DCMAKE_BUILD_TYPE=Release `
253+
-DCMAKE_INSTALL_MESSAGE=NEVER `
253254
-DPython3_EXECUTABLE="$Env:PYTHON_EXE" `
254255
-DLIBCXX_ENABLE_WERROR=YES `
255256
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" `

0 commit comments

Comments
 (0)