File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -190,15 +190,15 @@ jobs:
190190 export CPPINTEROP_BUILD_DIR=$PWD
191191 cling_on="${{ matrix.cling }}"
192192 if [[ "${cling_on^^}" == "ON" ]]; then
193- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
194- -DUSE_CLING=ON \
195- -DUSE_REPL=OFF \
193+ cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
194+ -DUSE_CLING=ON \
195+ -DUSE_REPL=OFF \
196196 -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 \
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 \
202202 ../
203203 else
204204 cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
You can’t perform that action at this time.
0 commit comments