Skip to content

Commit 236b49b

Browse files
sudo-pandavgvassilev
authored andcommitted
Fix Cling_DIR location
1 parent 01f0e12 commit 236b49b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 \
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 \
202202
../
203203
else
204204
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \

0 commit comments

Comments
 (0)