As a quick followup, this was an embarrasing mistake on my part.
CMake does read the correct registry. If the compiler it detects is
32-bit, it reads the 32-bit registry, if the compiler is 64-bit is
reads the 64-bit registry. I was intending to compile 64-bit, but had
two versions of MinGW on my
Adam Wolf wrote:
> If this gets looked at, maybe we can add my Linux FindPythonLibs
> improvements at the same time? ;)
Once you find a maintainer for the Python modules he or she may approve this.
Eike
--
signature.asc
Description: This is a digitally signed message part.
--
Powered by www.ki
If this gets looked at, maybe we can add my Linux FindPythonLibs
improvements at the same time? ;)
http://cmake.3232098.n2.nabble.com/FindPythonLibs-Bug-0013794-fix-td7584055.html
Adam Wolf
On Fri, May 31, 2013 at 11:54 AM, Jeremy Carter wrote:
> Hi,
>
> It has been established that the FindPyt
Hi,
It has been established that the FindPythonLibs module fails to find
64-bit Python on Win7 64-bit, due to the fact that CMake can't read
the 64-bit portion of the Windows Registry (and that's where the
module looks to find Python). See:
http://www.cmake.org/Bug/view.php?id=11303 .
I made a te