1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

cmake: finally surpress CMP0017 warning completely

This commit is contained in:
Dominik Schmidt
2012-11-03 00:13:30 +01:00
parent 93e9dc9ddb
commit a5ef97788e

View File

@@ -1,5 +1,5 @@
PROJECT( CrashReporter )
cmake_policy(SET CMP0017 NEW)
FIND_PACKAGE( Qt4 REQUIRED )
SET( QT_USE_QTNETWORK TRUE )