File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/Build_and_Test_CppInterOp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,14 @@ runs:
123
123
-DCPPINTEROP_USE_REPL=OFF `
124
124
-DCling_DIR="$env:LLVM_BUILD_DIR\tools\cling" `
125
125
-DLLVM_DIR="$env:LLVM_BUILD_DIR" `
126
- -DLLVM_ENABLE_WERROR=On -DBUILD_SHARED_LIBS=ON `
126
+ -DLLVM_ENABLE_WERROR=On `
127
127
-DClang_DIR="$env:LLVM_BUILD_DIR" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
128
128
}
129
129
else
130
130
{
131
131
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} `
132
132
-DLLVM_DIR="$env:LLVM_BUILD_DIR\lib\cmake\llvm" `
133
- -DLLVM_ENABLE_WERROR=On -DBUILD_SHARED_LIBS=ON `
133
+ -DLLVM_ENABLE_WERROR=On `
134
134
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
135
135
}
136
136
cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}
You can’t perform that action at this time.
0 commit comments