Skip to content

Commit

Permalink
Merge pull request robotology#137 from robotology/reorderFindPython
Browse files Browse the repository at this point in the history
Reorder python-related find_package calls
  • Loading branch information
traversaro authored Mar 4, 2022
2 parents af24f12 + 8a4edb7 commit 4c911ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

if(ICUB_MODELS_COMPILE_PYTHON_BINDINGS)

find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
find_package(pybind11 REQUIRED)
find_package(Python3 COMPONENTS Interpreter REQUIRED)


# define new line accordingly to the operating system
if (WIN32)
Expand Down

0 comments on commit 4c911ad

Please sign in to comment.