[CMake] Probably a bug in FindIce.cmake

Ravi Kumar Singh rkspsm at gmail.com
Sun Jan 4 07:58:43 EST 2015


In FindIce.cmake, when searching for libraries, there are lots of if
conditionals with quotes around their arguments. With changes in cmake 3.1
(policy CMP0054), they are preventing the module to find libraries
successfully. See lines 285, 292, 293, 299 in Modules/FindIce.cmake

I am new to cmake thus have little experience with cmake language, so I am
not sure if its a bug, but removing the quotes made it find ice and
libraries properly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150104/f934b937/attachment.html>


More information about the CMake mailing list