Hi,

> It seems that CMake couldn't decide between the two python version
> installed (I'm on gentoo and it maintains two // python tree) and
> decided to use the interpreter of one with the libraries and include
> path from the other. Apparently CMake is not bothered one bit by the
> fact "v2.7.3" != "v3.2.3" ...
>
> I have no idea whatsoever how to fix it though ...

Just in case someone else faces the issue :

-DPythonLibs_FIND_VERSION:STRING="2.7" -DPythonInterp_FIND_VERSION:STRING="2.7"


Cheers,

    Sylvain

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to