1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Remove CMake min version to only set it in main CMakeList.txt

This commit is contained in:
Elias Steurer 2020-10-02 21:29:11 +02:00
parent 6c7479f55c
commit d6b27d30a5
5 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17 )
project(ScreenPlaySDK LANGUAGES CXX)
set(CMAKE_AUTORCC ON)

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17 )
project(ScreenPlayShader LANGUAGES CXX)

View File

@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.17 )
project(ScreenPlaySysInfo LANGUAGES CXX)

View File

@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.17 )
project(ScreenPlayWallpaper LANGUAGES CXX)

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17 )
project(ScreenPlayWidget LANGUAGES CXX)