Page MenuHomePhabricator

Export PythonLibs in the MitkPython module
Closed, ResolvedPublic

Description

The pythonLibs should be exported with the global flag inside the MitkPython module. So other modules that depend on MitkPython can access the Python.h headers. This is especially important for external projects where a find_package call can end up finding the wrong python runtime.

Event Timeline

User heime has pushed new remote branch:

bug-19420-export-pythonLibs

[f92cbc]: Merge branch 'bug-19420-export-pythonLibs'

Merged commits:

2015-11-02 17:09:45 Eric Heim [0f770c]
Export PythonLibs with public flag