File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -190,15 +190,15 @@ jobs:
190
190
export CPPINTEROP_BUILD_DIR=$PWD
191
191
cling_on="${{ matrix.cling }}"
192
192
if [[ "${cling_on^^}" == "ON" ]]; then
193
- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
194
- -DUSE_CLING=ON \
195
- -DUSE_REPL=OFF \
196
- -DCling_DIR=$LLVM_BUILD_DIR \
197
- -DLLVM_DIR=$LLVM_BUILD_DIR \
198
- -DLLVM_USE_LINKER=lld \
199
- -DBUILD_SHARED_LIBS=ON \
200
- -DCODE_COVERAGE=${CODE_COVERAGE} \
201
- -DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR \
193
+ cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
194
+ -DUSE_CLING=ON \
195
+ -DUSE_REPL=OFF \
196
+ -DCling_DIR=$LLVM_BUILD_DIR/tools/cling \
197
+ -DLLVM_DIR=$LLVM_BUILD_DIR \
198
+ -DLLVM_USE_LINKER=lld \
199
+ -DBUILD_SHARED_LIBS=ON \
200
+ -DCODE_COVERAGE=${CODE_COVERAGE} \
201
+ -DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR \
202
202
../
203
203
else
204
204
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
You can’t perform that action at this time.
0 commit comments