diff --git a/VERSION b/VERSION index 4ef49ee1..28e1a1a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -a12-115-gd5a52241b0+1 \ No newline at end of file +a12-116-gf09ee0bdb3+1 \ No newline at end of file diff --git a/client/clipboard/CMakeLists.txt b/client/clipboard/CMakeLists.txt index b784fb05..07eb1020 100644 --- a/client/clipboard/CMakeLists.txt +++ b/client/clipboard/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.0) project(clipboard LANGUAGES C) find_package(PkgConfig) diff --git a/client/decoders/CMakeLists.txt b/client/decoders/CMakeLists.txt index 8b860541..9f537c32 100644 --- a/client/decoders/CMakeLists.txt +++ b/client/decoders/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.0) project(decoders LANGUAGES C) #find_package(PkgConfig) diff --git a/client/fonts/CMakeLists.txt b/client/fonts/CMakeLists.txt index 9231a6a0..dc98db70 100644 --- a/client/fonts/CMakeLists.txt +++ b/client/fonts/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.0) project(fonts LANGUAGES C) find_package(PkgConfig) diff --git a/client/renderers/egl/CMakeLists.txt b/client/renderers/egl/CMakeLists.txt index daf50193..72a0b490 100644 --- a/client/renderers/egl/CMakeLists.txt +++ b/client/renderers/egl/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.0) project(renderer_egl LANGUAGES C) find_package(PkgConfig) diff --git a/client/renderers/opengl/CMakeLists.txt b/client/renderers/opengl/CMakeLists.txt index 5398164c..35c50855 100644 --- a/client/renderers/opengl/CMakeLists.txt +++ b/client/renderers/opengl/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.0) project(renderer_opengl LANGUAGES C) find_package(PkgConfig) diff --git a/client/spice/CMakeLists.txt b/client/spice/CMakeLists.txt index d782a195..9242b49c 100644 --- a/client/spice/CMakeLists.txt +++ b/client/spice/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.0) project(spice LANGUAGES C) find_package(PkgConfig)