Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PythonLibs find_package python2 specific #8

Merged
merged 1 commit into from
May 22, 2013
Merged

Make PythonLibs find_package python2 specific #8

merged 1 commit into from
May 22, 2013

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Apr 11, 2013

On systems with python 3 installed and default, find_package(PythonLibs) will find the python 3 paths and libraries. However, the c++ include structure seems to be different in python 3 and tf2 uses includes that are no longer present or deprecated.

Until the includes are made to be python 3 compliant, we should specify that the version of python found must be python 2.

On systems with python 3 installed and default, find_package(PythonLibs) will find the python 3 paths and libraries. However, the c++ include structure seems to be different in python 3 and tf2 uses includes that are no longer present or deprecated.

Until the includes are made to be python 3 compliant, we should specify that the version of python found must be python 2.
tfoote added a commit that referenced this pull request May 22, 2013
…1cb31e

Make PythonLibs find_package python2 specific
@tfoote tfoote merged commit 7861576 into ros:groovy-devel May 22, 2013
tfoote pushed a commit that referenced this pull request Feb 20, 2019
* use find_package bullet for MSVC

* use find_package when pkg_check_modules fails (#8)

* use find_package() when pkg_check_modules() doesn't work

* add comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants