File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -477,8 +477,8 @@ jobs:
477
477
cling_on=$(echo "${{ matrix.cling }}" | tr '[:lower:]' '[:upper:]')
478
478
if [[ "${cling_on}" == "ON" ]]; then
479
479
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
480
- -DUSE_CLING =ON \
481
- -DUSE_REPL =OFF \
480
+ -DCPPINTEROP_USE_CLING =ON \
481
+ -DCPPINTEROP_USE_REPL =OFF \
482
482
-DCPPINTEROP_INCLUDE_DOCS=${{ matrix.documentation }} \
483
483
-DCling_DIR=$LLVM_BUILD_DIR/tools/cling \
484
484
-DLLVM_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
Original file line number Diff line number Diff line change @@ -548,8 +548,8 @@ jobs:
548
548
cling_on=$(echo "${{ matrix.cling }}" | tr '[:lower:]' '[:upper:]')
549
549
if [[ "${cling_on}" == "ON" ]]; then
550
550
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
551
- -DUSE_CLING =ON \
552
- -DUSE_REPL =OFF \
551
+ -DCPPINTEROP_USE_CLING =ON \
552
+ -DCPPINTEROP_USE_REPL =OFF \
553
553
-DCPPINTEROP_INCLUDE_DOCS=${{ matrix.documentation }} \
554
554
-DCling_DIR=$LLVM_BUILD_DIR/tools/cling \
555
555
-DLLVM_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
Original file line number Diff line number Diff line change @@ -377,8 +377,8 @@ jobs:
377
377
if ( "${{ matrix.cling }}" -imatch "On" )
378
378
{
379
379
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} `
380
- -DUSE_CLING =ON `
381
- -DUSE_REPL =OFF `
380
+ -DCPPINTEROP_USE_CLING =ON `
381
+ -DCPPINTEROP_USE_REPL =OFF `
382
382
-DCling_DIR="$env:LLVM_BUILD_DIR\tools\cling" `
383
383
-DLLVM_DIR="$env:LLVM_BUILD_DIR" `
384
384
-DLLVM_ENABLE_WERROR=On `
Original file line number Diff line number Diff line change @@ -598,8 +598,8 @@ jobs:
598
598
export CPPINTEROP_BUILD_DIR=$PWD
599
599
if [[ "${cling_on}" == "ON" ]]; then
600
600
emcmake cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
601
- -DUSE_CLING =ON \
602
- -DUSE_REPL =OFF \
601
+ -DCPPINTEROP_USE_CLING =ON \
602
+ -DCPPINTEROP_USE_REPL =OFF \
603
603
-DCMAKE_PREFIX_PATH=$PREFIX \
604
604
-DCling_DIR=$LLVM_BUILD_DIR/tools/cling \
605
605
-DLLVM_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
You can’t perform that action at this time.
0 commit comments