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

Stephen Kelly steveire at gmail.com
Tue May 28 07:40:51 EDT 2013


Brad King wrote:

> On 05/24/2013 04:24 PM, Brad King wrote:
>> It does not individually re-quote the library names so when the
>> generated CMakeLists.txt file is parsed it separates on spaces.
> 
> Fixed:
> 
>  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e65ef08b
> 

This commit causes the build of kde-workspace to fail:

 http://thread.gmane.org/gmane.comp.kde.devel.buildsystem/7858

The problem is that FindXKB.cmake uses a space separated list, which 
happened to work before your commit.

https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/entry/cmake/modules/FindXKB.cmake

Thanks,

Steve.




More information about the CMake mailing list