Skip to content

Commit bfdfc99

Browse files
committed
Make all CMake files require at least version 3.5.0
CMake 4.0 drops support for versions older than 3.5.0, this change makes the library compatible with the latest CMake.
1 parent d26259c commit bfdfc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)