mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 22:38:33 +01:00
Suppress warning with newer cmake
This commit is contained in:
parent
f5f16b6b26
commit
0d6c335e45
@ -1,6 +1,8 @@
|
||||
PROJECT( tomahawk )
|
||||
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
|
||||
|
||||
CMAKE_POLICY(SET CMP0017 NEW)
|
||||
|
||||
###
|
||||
### Tomahawk application info
|
||||
###
|
||||
|
@ -2,6 +2,7 @@ PROJECT(libqxtweb-standalone)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
|
||||
SET(CMAKE_VERBOSE_MAKEFILE ON)
|
||||
SET(CMAKE_INSTALL_PREFIX ".")
|
||||
CMAKE_POLICY(SET CMP0017 NEW)
|
||||
|
||||
FIND_PACKAGE( Qt4 4.6.0 COMPONENTS QtCore QtNetwork REQUIRED )
|
||||
set(QT_USE_QTNETWORK TRUE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user