Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Apr 5, 2022
1 parent 9925cc0 commit 2db0690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ libignition-utils1-cli-dev
libtinyxml2-dev
liburdfdom-dev
libxml2-utils
python3-dev
python3-distutils
python3-psutil
python3-pybind11
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if (BUILD_SDF)
find_package(pybind11 2.4 QUIET)

if (${pybind11_FOUND})
find_package(Python3 REQUIRED COMPONENTS Development)
find_package(Python3 ${IGN_PYTHON_VERSION} REQUIRED COMPONENTS Development)
message (STATUS "Searching for pybind11 - found version ${pybind11_VERSION}.")
else()
IGN_BUILD_WARNING("pybind11 is missing: Python interfaces are disabled.")
Expand Down

0 comments on commit 2db0690

Please sign in to comment.