We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d98dc2 commit a5a21bfCopy full SHA for a5a21bf
.github/workflows/ci.yml
@@ -234,7 +234,7 @@ jobs:
234
# Install CppInterOp
235
(cd $CPPINTEROP_BUILD_DIR && cmake --build . --target install --parallel $(nproc --all))
236
# Build and Install cppyy-backend
237
- cmake -DInterOp_DIR=$CPPINTEROP_DIR ..
+ cmake -DCppInterOp_DIR=$CPPINTEROP_DIR ..
238
cmake --build . --parallel $(nproc --all)
239
cp libcppyy-backend.so $CPPINTEROP_DIR/lib/
240
##cling_on="${{ matrix.cling }}"
0 commit comments