Skip to content

Commit

Permalink
Help CMake find Podio
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed May 1, 2024
1 parent fa19a7f commit bec8b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
-DUSE_PODIO=ON \
-DUSE_XERCES=ON \
-DXercesC_DIR=/usr \
-DUSE_ZEROMQ=ON
-DUSE_ZEROMQ=ON \
-Dpodio_DIR=/app/podio/install/lib/cmake/podio/
- name: make
run: |
cd $GITHUB_WORKSPACE/build
Expand Down

0 comments on commit bec8b95

Please sign in to comment.