1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01: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 )