Skip to content

Commit 767d051

Browse files
committed
update cmake requrements, 3.5 is a deprecated version
1 parent 6987e72 commit 767d051

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.24.0 FATAL_ERROR)
22
set(CMAKE_CXX_STANDARD 17)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44

cmake/DownloadProject.CMakeLists.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Distributed under the OSI-approved MIT License. See accompanying
22
# file LICENSE or https://github.com/Crascit/DownloadProject for details.
33

4-
cmake_minimum_required(VERSION 3.1.0)
4+
cmake_minimum_required(VERSION 3.24)
55

66
project(${DL_ARGS_PROJ}-download NONE)
77

lib-streamlabs-ipc

0 commit comments

Comments
 (0)