Skip to content

Commit

Permalink
Fix Focal on Jenkins (#364)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored and mjcarroll committed Jan 7, 2022
1 parent 971e520 commit 6a80aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
libeigen3-dev
libignition-cmake2-dev
python3-distutils
python3-pybind11
ruby-dev
swig
2 changes: 2 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project(ignition-math-examples)

# Find the Ignition-Math library
set(IGN_MATH_VER 7)
find_package(ignition-math${IGN_MATH_VER} REQUIRED)
Expand Down

0 comments on commit 6a80aa4

Please sign in to comment.