1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

Get rid of warnings

This commit is contained in:
Dominik Schmidt
2015-11-05 17:07:10 +01:00
parent 549193bdd0
commit b0fac41c27
6 changed files with 15 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
PROJECT(libqxtweb-standalone)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
CMAKE_POLICY(SET CMP0020 OLD)
IF( ${CMAKE_VERSION} VERSION_GREATER 2.8.3 )
CMAKE_POLICY(SET CMP0017 NEW)
ENDIF( ${CMAKE_VERSION} VERSION_GREATER 2.8.3 )