1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 16:20:01 +02:00

Set CMP0075 at top level CMakeLists.txt

This commit is contained in:
Dominik Schmidt
2018-10-30 20:19:33 +01:00
parent 1ab3ed9f93
commit 777b312191
2 changed files with 1 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ PROJECT( tomahawk )
CMAKE_MINIMUM_REQUIRED( VERSION 2.8.12 )
CMAKE_POLICY(SET CMP0017 NEW)
CMAKE_POLICY(SET CMP0022 NEW)
CMAKE_POLICY(SET CMP0075 NEW)
# TODO:
# Update to NEW and fix things up