cmake 3.0.0 (#480)

This commit is contained in:
brindosch
2017-10-13 00:06:31 +02:00
committed by GitHub
parent 9cc6c75633
commit 992dd6ea84
14 changed files with 23 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.0)
project(hyperion-dispmanx)
find_package(Qt5Widgets REQUIRED)
@@ -37,7 +37,6 @@ target_link_libraries( ${PROJECT_NAME}
protoserver
dispmanx-grabber
${Dispmanx_LIBRARIES}
pthread
Qt5::Core
Qt5::Gui
Qt5::Network