1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +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,5 +1,7 @@
cmake_minimum_required(VERSION 2.6)
project(qtcertificateaddon)
cmake_minimum_required(VERSION 2.6)
cmake_policy(SET CMP0020 OLD)
add_subdirectory( src )