cmake: silence one new warning
commitb95737d1f43b6e314420760633155c3017734a1a
authorJan Kundrát <jkt@kde.org>
Thu, 20 Dec 2018 19:47:40 +0000 (20 20:47 +0100)
committerJan Kundrát <jkt@kde.org>
Thu, 20 Dec 2018 19:47:40 +0000 (20 20:47 +0100)
treea662dc839f83db6d8d21601329e7229ed304975b
parentd4622cbe464cc878bbd0dd2c67d40745a35c8fe2
cmake: silence one new warning

According to the docs, this is about automoc/autouic over generated
files. We do not need that run (which suggests the `OLD` value for this
policy), but then CMake warns about old policies, hence the `NEW`.

Yay for churn.

Change-Id: I082db5367dd0e03240afdad63979cb9857402bcc
CMakeLists.txt