Thanks Remco,<br>It is hard to see how your method differs from commenting it out but it worked!<br>Best regards,<br>Rinus<br><br><div class="gmail_quote">2011/9/11 Remco Viëtor <span dir="ltr"><<a href="mailto:remco.vietor@wanadoo.fr">remco.vietor@wanadoo.fr</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Sunday 11 September 2011 16:03:04 Rinus Bakker wrote:<br>
> 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>
</div>...<br>
<br>
I had the same problem, solved it by changing the CMP0017 into CMP0011<br>
Reasoning: putting a conditional testing for one policy around a command using<br>
a different one doesn't make sense (at first glance) => looks like a typo in<br>
the command.<br>
After that change, cmake and make ran w/o errors<br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Digikam-users mailing list<br>
<a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
</div></div></blockquote></div><br>