plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

Proper depends syntax for pythonlibs find-packages variables. #257

Closed stonier closed 10 years ago

stonier commented 10 years ago

The FindPythonLibs.cmake module doesn't set PythonLibs_INCLUDE_DIRS/LIBRARIES. Instead it sets PYTHON_INCLUDE_DIRS and PYTHON_LIBRARIES. Since catkin package's DEPENDS variable requires the exact syntax, this should change from PythonLibs -> Python.