Hi all,<br><br>Please teach me. What is going on...<br><br><br>My cmake process ends with:<br>Configuring incomplete, errors occurred!<br><br>That's understandable because it start with:<br>CMake Error at CMakeLists.txt:28 (cmake_policy):<br>
  Policy "CMP0017" is not known to this version of CMake.<br><br>as a remedy I comment out line 27 to 29<br># if(POLICY CMP0011)<br>#  cmake_policy(SET CMP0017 NEW)<br># endif(POLICY CMP0011)<br><br>Now cmake runs fine<br>
<br>But consequently make fails because it looks at wrong places<br><br>So, upgrade to cmake 2.8.4 which understands the Policy "CMP0017"<br><br>but that makes everything only worse<br><br>Regards,<br>Rinus<br><br>