[cmake-developers] FindRuby doesn't find 64-bit Ruby on Windows

Ben Boeckel ben.boeckel at kitware.com
Fri Feb 6 19:42:51 EST 2015


On Fri, Feb 06, 2015 at 15:00:50 -0800, Michael Smith wrote:
> Non-prefixed names shouldn't be used for 64-bit architectures. The only
> major releases with 64-bit support are 2.0.0 and 2.1.5, and both use the
> x64- prefix. New patch attached.

What about AArch64?

> Follow-up question: Why doesn't FindRuby use Config::CONFIG['LIBRUBY'],
> 'LIBRUBY_A', 'LIBRUBY_SO' to search for libs? Ruby reports the name of its
> libraries.

Doesn't work for cross-compiles.

--Ben


More information about the cmake-developers mailing list