diff --git a/ScreenPlaySDK/CMakeLists.txt b/ScreenPlaySDK/CMakeLists.txt index 64cf0912..e2a7004f 100644 --- a/ScreenPlaySDK/CMakeLists.txt +++ b/ScreenPlaySDK/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 3.17 ) - project(ScreenPlaySDK LANGUAGES CXX) set(CMAKE_AUTORCC ON) diff --git a/ScreenPlayShader/CMakeLists.txt b/ScreenPlayShader/CMakeLists.txt index 45d69056..7a523ad6 100644 --- a/ScreenPlayShader/CMakeLists.txt +++ b/ScreenPlayShader/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.17 ) + project(ScreenPlayShader LANGUAGES CXX) diff --git a/ScreenPlaySysInfo/CMakeLists.txt b/ScreenPlaySysInfo/CMakeLists.txt index 2b0b9194..b58f9d36 100644 --- a/ScreenPlaySysInfo/CMakeLists.txt +++ b/ScreenPlaySysInfo/CMakeLists.txt @@ -1,4 +1,3 @@ -cmake_minimum_required(VERSION 3.17 ) project(ScreenPlaySysInfo LANGUAGES CXX) diff --git a/ScreenPlayWallpaper/CMakeLists.txt b/ScreenPlayWallpaper/CMakeLists.txt index 39f404c8..318081b1 100644 --- a/ScreenPlayWallpaper/CMakeLists.txt +++ b/ScreenPlayWallpaper/CMakeLists.txt @@ -1,4 +1,3 @@ -cmake_minimum_required(VERSION 3.17 ) project(ScreenPlayWallpaper LANGUAGES CXX) diff --git a/ScreenPlayWidget/CMakeLists.txt b/ScreenPlayWidget/CMakeLists.txt index c78268b2..e163775d 100644 --- a/ScreenPlayWidget/CMakeLists.txt +++ b/ScreenPlayWidget/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.17 ) + project(ScreenPlayWidget LANGUAGES CXX)