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 cc397df commit f71e757Copy full SHA for f71e757
.github/workflows/Windows.yml
@@ -377,7 +377,8 @@ jobs:
377
-DLLVM_DIR="$env:LLVM_BUILD_DIR\lib\cmake\llvm" `
378
-DLLVM_ENABLE_WERROR=On `
379
-DBUILD_SHARED_LIBS=ON `
380
- -DCLANG_LINK_CLANG_DYLIB=On `
+ -DLLVM_LINK_LLVM_DYLIB=On `
381
+ -DCLANG_LINK_CLANG_DYLIB=On `
382
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
383
cmake --build . --config ${{ env.BUILD_TYPE }} --target googletest --parallel ${{ env.ncpus }}
384
}
0 commit comments