<div dir="ltr"><div>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<br><br></div>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.<br></div>