diff --git a/.github/ci/packages.apt b/.github/ci/packages.apt index ac2ae40d2..6e553a2de 100644 --- a/.github/ci/packages.apt +++ b/.github/ci/packages.apt @@ -1,4 +1,6 @@ libeigen3-dev libignition-cmake2-dev +python3-distutils +python3-pybind11 ruby-dev swig diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index acc049428..62741cba0 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -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)