codac-team/pyIbex

MSVisual Studio Build fails

Closed this issue · 0 comments

When building pyIbex with MSVC12, the linker will complain that it doesn't find the python library after the Boost.Python code generation stage.
You have to manually add the path to the python library in the pyIbex Visual Studio project to finish the build.
Seems like CMake is not giving this path to the python library when generating the Visual Studio solution.