Skip to content

Commit 37cd162

Browse files
depend on libboost-all-dev (required for CI on Ubuntu 24.04)
Or at least serialization and filesystem, maybe more. Something changed in the OMPL/Boost versions between 20.04 and 24.04 it seems.
1 parent dce0b0f commit 37cd162

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
sudo apt install -y build-essential cmake libsdl2-dev libglew-dev libeigen3-dev libassimp-dev libyaml-cpp-dev \
30-
libopenal-dev libvorbis-dev libopusfile-dev libsndfile1-dev libompl-dev
30+
libopenal-dev libvorbis-dev libopusfile-dev libsndfile1-dev libompl-dev libboost-all-dev
3131
3232
- name: Configure CMake
3333
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Binary dependencies can be installed easily via apt.
3131

3232
```
3333
sudo apt install build-essential cmake libsdl2-dev libglew-dev libeigen3-dev libassimp-dev libyaml-cpp-dev \
34-
libopenal-dev libvorbis-dev libopusfile-dev libsndfile1-dev libompl-dev
34+
libopenal-dev libvorbis-dev libopusfile-dev libsndfile1-dev libompl-dev libboost-all-dev
3535
```
3636

3737
## Cloning and building

0 commit comments

Comments
 (0)