David Faure wrote:

> This one is hairy...
> 
> 
> project(marble)
> option(QTONLY "Create Marble version without KDE dependencies" OFF)
> [...]
> 
> ####################################################
> # minimum required cmake version
> if( QTONLY )
>     # all previous releases lack QT_QTSCRIPT_LIBRARY needed for panoramio
>     # this might be replaced by a workaround
>     cmake_minimum_required( VERSION 2.4.8 )
> 
>     #suppress the policy warnings while keeping the same behaviour
>     if( COMMAND cmake_policy )
>     cmake_policy( SET CMP0005 OLD )
>     cmake_policy( SET CMP0003 OLD )
>     endif( COMMAND cmake_policy )
> 
> endif( QTONLY )
> [...]
> 

This is still pending, right? It should be fine to just remove that QTONLY 
block and put the cmake_minimum_required at the top.

Thanks,

Steve.


_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to