[Digikam-users] dk build problem help needed

Remco Viƫtor remco.vietor at wanadoo.fr
Sun Sep 11 16:01:29 BST 2011


On Sunday 11 September 2011 16:03:04 Rinus Bakker wrote:
> Hi all,
> 
> Please teach me. What is going on...
> 
> 
> My cmake process ends with:
> Configuring incomplete, errors occurred!
> 
> That's understandable because it start with:
> CMake Error at CMakeLists.txt:28 (cmake_policy):
>   Policy "CMP0017" is not known to this version of CMake.
> 
> as a remedy I comment out line 27 to 29
> # if(POLICY CMP0011)
> #  cmake_policy(SET CMP0017 NEW)
> # endif(POLICY CMP0011)
...

I had the same problem, solved it by changing the CMP0017 into CMP0011
Reasoning: putting a conditional testing for one policy around a command using 
a different one doesn't make sense (at first glance) => looks like a typo in 
the command.
After that change, cmake and make ran w/o errors





More information about the Digikam-users mailing list