[CMake] Bug in cmake 2.8.11 when detecting sgemm function from MKL 11.0

Bill Hoffman bill.hoffman at kitware.com
Thu May 23 13:52:26 EDT 2013


On 5/23/2013 1:48 PM, Stephen Kelly wrote:
>> Hi
>> >
>> >I have noticed that the latest cmake release, 2.8.11, does not detect
>> >sgemm using check_function_exists macro from mkl_rt.lib library. The error
>> >message says;
>> >
>> >Cannot find C:\Program.obj
>> >
>> >It seems to me that the paths with spaces are no longer handled correctly.
>> >Installing the previous version, 2.8.10, everything works as expected.
>> >
>> >Also I have noticed that the 2.8.11 installer seems to create two entries
>> >in Windows program database. I am using Windows 8 x86_64
> Can you create a minimal testcase? I'm not familiar with sgemm or MKL. Can
> you say more? What makes you think it is related to whitespace?
Because it is almost certainly:
c\Program Files\.....

Instead of c:\Program.obj.

-Bill


More information about the CMake mailing list