diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index e0e1cbcd..a5c20921 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(looking-glass-client C CXX) get_filename_component(PROJECT_TOP "${PROJECT_SOURCE_DIR}/.." ABSOLUTE) diff --git a/client/audiodevs/CMakeLists.txt b/client/audiodevs/CMakeLists.txt index 4df4a3d7..cb0147a4 100644 --- a/client/audiodevs/CMakeLists.txt +++ b/client/audiodevs/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(audiodevs LANGUAGES C) set(AUDIODEV_H "${CMAKE_BINARY_DIR}/include/dynamic/audiodev.h") diff --git a/client/audiodevs/PipeWire/CMakeLists.txt b/client/audiodevs/PipeWire/CMakeLists.txt index bbf4bb28..de5fe4be 100644 --- a/client/audiodevs/PipeWire/CMakeLists.txt +++ b/client/audiodevs/PipeWire/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(audiodev_PipeWire LANGUAGES C) find_package(PkgConfig) diff --git a/client/audiodevs/PulseAudio/CMakeLists.txt b/client/audiodevs/PulseAudio/CMakeLists.txt index d50517ab..05261ce5 100644 --- a/client/audiodevs/PulseAudio/CMakeLists.txt +++ b/client/audiodevs/PulseAudio/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(audiodev_PulseAudio LANGUAGES C) find_package(PkgConfig) diff --git a/client/displayservers/CMakeLists.txt b/client/displayservers/CMakeLists.txt index e7c4b25a..514225a0 100644 --- a/client/displayservers/CMakeLists.txt +++ b/client/displayservers/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(displayservers LANGUAGES C) set(DISPLAYSERVER_H "${CMAKE_BINARY_DIR}/include/dynamic/displayservers.h") diff --git a/client/displayservers/Wayland/CMakeLists.txt b/client/displayservers/Wayland/CMakeLists.txt index 0c3bd100..d130d889 100644 --- a/client/displayservers/Wayland/CMakeLists.txt +++ b/client/displayservers/Wayland/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(displayserver_Wayland LANGUAGES C) find_package(PkgConfig) diff --git a/client/displayservers/Wayland/desktops/CMakeLists.txt b/client/displayservers/Wayland/desktops/CMakeLists.txt index 735096c4..893fe55c 100644 --- a/client/displayservers/Wayland/desktops/CMakeLists.txt +++ b/client/displayservers/Wayland/desktops/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(wayland_desktops LANGUAGES C) set(DESKTOP_H "${CMAKE_BINARY_DIR}/include/dynamic/wayland_desktops.h") diff --git a/client/displayservers/Wayland/desktops/libdecor/CMakeLists.txt b/client/displayservers/Wayland/desktops/libdecor/CMakeLists.txt index 31330102..c46a5f12 100644 --- a/client/displayservers/Wayland/desktops/libdecor/CMakeLists.txt +++ b/client/displayservers/Wayland/desktops/libdecor/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(wayland_desktop_libdecor LANGUAGES C) add_library(wayland_desktop_libdecor STATIC diff --git a/client/displayservers/Wayland/desktops/xdg/CMakeLists.txt b/client/displayservers/Wayland/desktops/xdg/CMakeLists.txt index 6e9f3279..76b7c41e 100644 --- a/client/displayservers/Wayland/desktops/xdg/CMakeLists.txt +++ b/client/displayservers/Wayland/desktops/xdg/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(wayland_desktop_xdg LANGUAGES C) add_library(wayland_desktop_xdg STATIC diff --git a/client/displayservers/Wayland/protocol/CMakeLists.txt b/client/displayservers/Wayland/protocol/CMakeLists.txt index d262af27..5cefdc24 100644 --- a/client/displayservers/Wayland/protocol/CMakeLists.txt +++ b/client/displayservers/Wayland/protocol/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(wayland_protocol LANGUAGES C) find_package(PkgConfig) diff --git a/client/displayservers/X11/CMakeLists.txt b/client/displayservers/X11/CMakeLists.txt index 8e52488e..44ae2814 100644 --- a/client/displayservers/X11/CMakeLists.txt +++ b/client/displayservers/X11/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(displayserver_X11 LANGUAGES C) find_package(PkgConfig) diff --git a/client/renderers/CMakeLists.txt b/client/renderers/CMakeLists.txt index 630c233f..51e455a4 100644 --- a/client/renderers/CMakeLists.txt +++ b/client/renderers/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(renderers LANGUAGES C) set(RENDERER_H "${CMAKE_BINARY_DIR}/include/dynamic/renderers.h") diff --git a/client/renderers/EGL/CMakeLists.txt b/client/renderers/EGL/CMakeLists.txt index a14f9d3b..e6dbafa5 100644 --- a/client/renderers/EGL/CMakeLists.txt +++ b/client/renderers/EGL/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(renderer_EGL LANGUAGES C CXX) find_package(PkgConfig) diff --git a/client/renderers/OpenGL/CMakeLists.txt b/client/renderers/OpenGL/CMakeLists.txt index dd3c3f03..d4768250 100644 --- a/client/renderers/OpenGL/CMakeLists.txt +++ b/client/renderers/OpenGL/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(renderer_Opengl LANGUAGES C CXX) find_package(PkgConfig) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index cc5b4368..f4e3f240 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(lg_common LANGUAGES C) list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/") diff --git a/common/src/platform/CMakeLists.txt b/common/src/platform/CMakeLists.txt index 88d37449..93b41576 100644 --- a/common/src/platform/CMakeLists.txt +++ b/common/src/platform/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(lg_common_platform LANGUAGES C) if (UNIX) diff --git a/common/src/platform/linux/CMakeLists.txt b/common/src/platform/linux/CMakeLists.txt index eacac33b..4b7515cb 100644 --- a/common/src/platform/linux/CMakeLists.txt +++ b/common/src/platform/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(lg_common_platform_code LANGUAGES C) include_directories( diff --git a/common/src/platform/windows/CMakeLists.txt b/common/src/platform/windows/CMakeLists.txt index e237f2e5..5602a072 100644 --- a/common/src/platform/windows/CMakeLists.txt +++ b/common/src/platform/windows/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(lg_common_platform_code LANGUAGES C) include_directories( diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index ee2364a8..a27e7092 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(looking-glass-host C) get_filename_component(PROJECT_TOP "${PROJECT_SOURCE_DIR}/.." ABSOLUTE) diff --git a/host/platform/CMakeLists.txt b/host/platform/CMakeLists.txt index 3048e2ed..f132f120 100644 --- a/host/platform/CMakeLists.txt +++ b/host/platform/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(platform LANGUAGES C) if (UNIX) diff --git a/host/platform/Linux/CMakeLists.txt b/host/platform/Linux/CMakeLists.txt index c02edfca..a258cd04 100644 --- a/host/platform/Linux/CMakeLists.txt +++ b/host/platform/Linux/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(platform_Linux LANGUAGES C) include_directories( diff --git a/host/platform/Linux/capture/CMakeLists.txt b/host/platform/Linux/capture/CMakeLists.txt index ad92de13..319e2efa 100644 --- a/host/platform/Linux/capture/CMakeLists.txt +++ b/host/platform/Linux/capture/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(capture LANGUAGES C) include("PreCapture") diff --git a/host/platform/Linux/capture/XCB/CMakeLists.txt b/host/platform/Linux/capture/XCB/CMakeLists.txt index ee9a7c69..d8c045c4 100644 --- a/host/platform/Linux/capture/XCB/CMakeLists.txt +++ b/host/platform/Linux/capture/XCB/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(capture_XCB LANGUAGES C) add_library(capture_XCB STATIC diff --git a/host/platform/Linux/capture/pipewire/CMakeLists.txt b/host/platform/Linux/capture/pipewire/CMakeLists.txt index 6688a407..9a5ffe0f 100644 --- a/host/platform/Linux/capture/pipewire/CMakeLists.txt +++ b/host/platform/Linux/capture/pipewire/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(capture_pipewire LANGUAGES C) find_package(PkgConfig) diff --git a/host/platform/Windows/CMakeLists.txt b/host/platform/Windows/CMakeLists.txt index 1e184df8..8d3fa8bd 100644 --- a/host/platform/Windows/CMakeLists.txt +++ b/host/platform/Windows/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(platform_Windows LANGUAGES C) include_directories( diff --git a/host/platform/Windows/capture/CMakeLists.txt b/host/platform/Windows/capture/CMakeLists.txt index a6e44c84..a1d3361d 100644 --- a/host/platform/Windows/capture/CMakeLists.txt +++ b/host/platform/Windows/capture/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(capture LANGUAGES C) include(PreCapture) diff --git a/host/platform/Windows/capture/D12/CMakeLists.txt b/host/platform/Windows/capture/D12/CMakeLists.txt index a589eeb3..d7225978 100644 --- a/host/platform/Windows/capture/D12/CMakeLists.txt +++ b/host/platform/Windows/capture/D12/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(capture_D12 LANGUAGES C) add_library(capture_D12 STATIC diff --git a/host/platform/Windows/capture/DXGI/CMakeLists.txt b/host/platform/Windows/capture/DXGI/CMakeLists.txt index 9df1a481..c2f72be3 100644 --- a/host/platform/Windows/capture/DXGI/CMakeLists.txt +++ b/host/platform/Windows/capture/DXGI/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(capture_DXGI LANGUAGES C) add_library(capture_DXGI STATIC diff --git a/host/platform/Windows/capture/NVFBC/CMakeLists.txt b/host/platform/Windows/capture/NVFBC/CMakeLists.txt index bf16b2ff..218ee370 100644 --- a/host/platform/Windows/capture/NVFBC/CMakeLists.txt +++ b/host/platform/Windows/capture/NVFBC/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(capture_NVFBC LANGUAGES C CXX) add_library(capture_NVFBC STATIC diff --git a/obs/CMakeLists.txt b/obs/CMakeLists.txt index 469a33b7..c5d39834 100644 --- a/obs/CMakeLists.txt +++ b/obs/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(looking-glass-obs C) get_filename_component(PROJECT_TOP "${PROJECT_SOURCE_DIR}/.." ABSOLUTE) diff --git a/profile/client/CMakeLists.txt b/profile/client/CMakeLists.txt index 9bfe6369..9ae4d9e6 100644 --- a/profile/client/CMakeLists.txt +++ b/profile/client/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.10) project(profiler-client C) get_filename_component(PROJECT_TOP "${PROJECT_SOURCE_DIR}/../.." ABSOLUTE) diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index 3ab79b56..50f32322 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(lg_resources LANGUAGES C) list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")