1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 09:10:53 +02:00

Limit policy setting to 2.8.4 or higher

This commit is contained in:
Jeff Mitchell
2011-04-12 11:00:07 -04:00
parent 0d6c335e45
commit 3b873dfeda
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
PROJECT( tomahawk )
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
CMAKE_POLICY(SET CMP0017 NEW)
IF( ${CMAKE_VERSION} VERSION_GREATER 2.8.3 )
CMAKE_POLICY(SET CMP0017 NEW)
ENDIF( ${CMAKE_VERSION} VERSION_GREATER 2.8.3 )
###
### Tomahawk application info