[karchive] /: Fix CMP0063 warning (the one about CXX_VISIBILITY_PRESET).

Aleix Pol aleixpol at kde.org
Tue Jan 19 09:11:06 UTC 2016


On Tue, Jan 19, 2016 at 9:15 AM, David Faure <faure at kde.org> wrote:
> Git commit 3b13ef97925725b2a273a4d3e7d1c0c7e151522d by David Faure.
> Committed on 19/01/2016 at 08:14.
> Pushed by dfaure into branch 'master'.
>
> Fix CMP0063 warning (the one about CXX_VISIBILITY_PRESET).
>
> Any volunteer for doing this over all frameworks?
> CCMAIL: kde-frameworks-devel at kde.org
>
> M  +1    -1    CMakeLists.txt
>
> http://commits.kde.org/karchive/3b13ef97925725b2a273a4d3e7d1c0c7e151522d
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 1440f2f..deee520 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -11,7 +11,7 @@ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKA
>  set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
>
>  include(KDEInstallDirs)
> -include(KDEFrameworkCompilerSettings)
> +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
>  include(KDECMakeSettings)

Hi,
I'll work on a GCI task over it. Should be easy enough.

Good call!

Aleix

PS: Actually we should get this in applications as well, right?


More information about the Kde-frameworks-devel mailing list