Skip to content

Commit a5a21bf

Browse files
committed
[ci] Use the correct cmake variable.
1 parent 7d98dc2 commit a5a21bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
# Install CppInterOp
235235
(cd $CPPINTEROP_BUILD_DIR && cmake --build . --target install --parallel $(nproc --all))
236236
# Build and Install cppyy-backend
237-
cmake -DInterOp_DIR=$CPPINTEROP_DIR ..
237+
cmake -DCppInterOp_DIR=$CPPINTEROP_DIR ..
238238
cmake --build . --parallel $(nproc --all)
239239
cp libcppyy-backend.so $CPPINTEROP_DIR/lib/
240240
##cling_on="${{ matrix.cling }}"

0 commit comments

Comments
 (0)