Algomorph/pyboostcvconverter

a typo resulting in inability generating the .so file for python2

Closed this issue · 1 comments

In your CMakeLists.txt, line 114:.
It should be ${PYTHON_DESIRED_VERSION}, there is a $ missing. This results that it cannot generate a .so file for python2.

@feiyangsb thanks, fixed!