1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 17:42:13 +02:00

Suppress warning with newer cmake

This commit is contained in:
Jeff Mitchell
2011-04-12 10:53:32 -04:00
parent f5f16b6b26
commit 0d6c335e45
2 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
PROJECT( tomahawk )
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
CMAKE_POLICY(SET CMP0017 NEW)
###
### Tomahawk application info
###