We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c376819 commit 23f1b39Copy full SHA for 23f1b39
.github/workflows/Windows.yml
@@ -377,7 +377,7 @@ jobs:
377
-DLLVM_DIR="$env:LLVM_BUILD_DIR\lib\cmake\llvm" `
378
-DLLVM_ENABLE_WERROR=On `
379
-DBUILD_SHARED_LIBS=ON `
380
- -DLLVM_BUILD_LLVM_DYLIB_VIS=On -DCLANG_LINK_CLANG_DYLIB=On `
+ -DCLANG_LINK_CLANG_DYLIB=On `
381
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
382
cmake --build . --config ${{ env.BUILD_TYPE }} --target googletest --parallel ${{ env.ncpus }}
383
}
0 commit comments