Silence CMake warning about policy CMP0071

Authored by christiand on Feb 4 2018, 2:36 PM.

Description

Silence CMake warning about policy CMP0071

Summary: This policy was introduced in CMake 3.10 and will annoy users until we set that CMake version as minimum. Probably we do not require this feature, yet. It is only set to old, to prevent accidential use of the new behavour. If the new behaviour becomes important, cmake_minimum_required has to be set to "3.10".

Test Plan: Run cmake .

Reviewers: KMyMoney, wojnilowicz, tbaumgart

Reviewed By: KMyMoney, wojnilowicz, tbaumgart

Subscribers: tbaumgart

Differential Revision: https://phabricator.kde.org/D10162

(cherry picked from commit 09ffa40aa03859db42fd9ffe28f5eceb72c99267)

Details

Committed
christiandFeb 4 2018, 2:39 PM
Reviewer
KMyMoney
Differential Revision
D10162: Silence CMake warning about policy CMP0071
Parents
R261:d7f0d2cadbfa: Moved some code from main() to runKMyMoney()
Branches
Unknown
Tags
Unknown