Skip to content

Commit

Permalink
need cmake prefix path set for openvdb to be found
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Mar 7, 2024
1 parent 267f356 commit f63e29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_22_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
run: |
echo "PATH=$PATH:$DEST/bin" >> $GITHUB_ENV
echo "PYTHONPATH=$DEST/lib/python$PYTHON_MAJOR_VERSION.$PYTHON_MINOR_VERSION/site-packages/" >> $GITHUB_ENV
echo "CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:$DEST/lib/cmake" >> $GITHUB_ENV
- name: check setup
run: |
Expand Down Expand Up @@ -250,7 +251,6 @@ jobs:
- name: build vdb mapping
if: ${{ matrix.build_all == 'full' }}
run: |
export PATH=$PATH:$DEST/bin
cd ${{ matrix.build_type }}_base_catkin_ws
source ${{ matrix.build_type }}/setup.bash
catkin build --no-status vdb_mapping* --verbose
Expand Down

0 comments on commit f63e29c

Please sign in to comment.