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

Brad King brad.king at kitware.com
Thu May 23 13:16:17 EDT 2013


On 05/23/2013 12:59 PM, Bogdan Cristea wrote:
> 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.

Stephen, this is likely due to your refactoring of library passing
through such checks.  Please take a look.

Thanks,
-Brad


More information about the CMake mailing list