diff --git a/CMakeLists.txt b/CMakeLists.txt index 117386fa0..d6bc0f9be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.13) project(FreeRDP C) diff --git a/client/Android/Studio/freeRDPCore/src/main/cpp/CMakeLists.txt b/client/Android/Studio/freeRDPCore/src/main/cpp/CMakeLists.txt index 81a63cd8c..bc89b13f4 100644 --- a/client/Android/Studio/freeRDPCore/src/main/cpp/CMakeLists.txt +++ b/client/Android/Studio/freeRDPCore/src/main/cpp/CMakeLists.txt @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.13) project("freerdp-android") diff --git a/cmake/ios.toolchain.cmake b/cmake/ios.toolchain.cmake index 1ecfd2556..a04d0a8e3 100644 --- a/cmake/ios.toolchain.cmake +++ b/cmake/ios.toolchain.cmake @@ -129,7 +129,7 @@ # command. # -cmake_minimum_required(VERSION 3.8.0) +cmake_minimum_required(VERSION 3.13) # CMake invokes the toolchain file twice during the first build, but only once during subsequent rebuilds. if(DEFINED ENV{_IOS_TOOLCHAIN_HAS_RUN}) diff --git a/rdtk/CMakeLists.txt b/rdtk/CMakeLists.txt index 989c9be2c..f47996388 100644 --- a/rdtk/CMakeLists.txt +++ b/rdtk/CMakeLists.txt @@ -24,7 +24,7 @@ set(RDTK_VERSION_FULL "${RDTK_VERSION}") set(RDTK_API_VERSION "${RDTK_VERSION_MAJOR}") if (NOT FREERDP_UNIFIED_BUILD) - cmake_minimum_required(VERSION 3.9) + cmake_minimum_required(VERSION 3.13) project(RdTk VERSION ${RDTK_VERSION} LANGUAGES C) set(CMAKE_C_STANDARD 11) diff --git a/server/proxy/modules/bitmap-filter/CMakeLists.txt b/server/proxy/modules/bitmap-filter/CMakeLists.txt index 0e8a6a987..caca677ac 100644 --- a/server/proxy/modules/bitmap-filter/CMakeLists.txt +++ b/server/proxy/modules/bitmap-filter/CMakeLists.txt @@ -19,7 +19,7 @@ # limitations under the License. # -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.13) project(proxy-bitmap-filter-plugin VERSION 1.0.0 LANGUAGES CXX) diff --git a/server/proxy/modules/capture/CMakeLists.txt b/server/proxy/modules/capture/CMakeLists.txt index 657a01945..649f40fd5 100644 --- a/server/proxy/modules/capture/CMakeLists.txt +++ b/server/proxy/modules/capture/CMakeLists.txt @@ -19,7 +19,7 @@ # limitations under the License. # -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.13) project(proxy-capture-plugin VERSION 1.0.0 LANGUAGES C) diff --git a/server/proxy/modules/demo/CMakeLists.txt b/server/proxy/modules/demo/CMakeLists.txt index e1f15e0e3..79f2544f3 100644 --- a/server/proxy/modules/demo/CMakeLists.txt +++ b/server/proxy/modules/demo/CMakeLists.txt @@ -19,7 +19,7 @@ # limitations under the License. # -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.13) project(proxy-demo-plugin VERSION 1.0.0 LANGUAGES CXX) diff --git a/uwac/CMakeLists.txt b/uwac/CMakeLists.txt index 739de7fd5..893c24d2a 100644 --- a/uwac/CMakeLists.txt +++ b/uwac/CMakeLists.txt @@ -24,7 +24,7 @@ set(UWAC_VERSION_FULL "${UWAC_VERSION}") set(UWAC_API_VERSION "${UWAC_VERSION_MAJOR}") if (NOT FREERDP_UNIFIED_BUILD) - cmake_minimum_required(VERSION 3.9) + cmake_minimum_required(VERSION 3.13) project(uwac VERSION ${UWAC_VERSION} LANGUAGES C) set(CMAKE_C_STANDARD 11) diff --git a/winpr/CMakeLists.txt b/winpr/CMakeLists.txt index 50970b04d..da26fc2ce 100644 --- a/winpr/CMakeLists.txt +++ b/winpr/CMakeLists.txt @@ -16,7 +16,7 @@ # limitations under the License. if (NOT FREERDP_UNIFIED_BUILD) - cmake_minimum_required(VERSION 3.9) + cmake_minimum_required(VERSION 3.13) project(WinPR LANGUAGES C) set(CMAKE_C_STANDARD 11)