Skip to content

Commit 04922cb

Browse files
committed
Require at least CMake 3.5.0
1 parent d34316f commit 04922cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 2.8.2)
4+
cmake_minimum_required(VERSION 3.5.0)
55

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

test_package/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Copyright (c) 2018-2023 Morwenn
1+
# Copyright (c) 2018-2025 Morwenn
22
# SPDX-License-Identifier: MIT
33

4-
cmake_minimum_required(VERSION 2.8.11)
4+
cmake_minimum_required(VERSION 3.5.0)
55

66
project(test_package LANGUAGES CXX)
77

0 commit comments

Comments
 (0)