Skip to content

Commit 02197b3

Browse files
committed
Update min CMake version
1 parent 17ff55a commit 02197b3

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
Changes from Version 2.3 to Version 2.3.1 (of DD. MMMM YYYY)
77
----------------------------------------------------------------------
88

9-
1) TBW
9+
1) Set the minimum required CMake version to 3.10 for compatibility
10+
with CMake 4.x
1011

1112
----------------------------------------------------------------------
1213
Changes from Version 2.2 to Version 2.3 (of 02. January 2026)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Copyright (c) 2013-2014 Antonio Valentino <antonio.valentino@tiscali.it>
1+
# Copyright (c) 2013-2026 Antonio Valentino <antonio.valentino@tiscali.it>
22

33

4-
cmake_minimum_required(VERSION 2.8)
4+
cmake_minimum_required(VERSION 3.10)
55
project(epr-api)
66

77

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2014 Antonio Valentino <antonio.valentino@tiscali.it>
1+
# Copyright (c) 2013-2026 Antonio Valentino <antonio.valentino@tiscali.it>
22

33

44
# sources

src/api-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013 Antonio Valentino <antonio.valentino@tiscali.it>
1+
# Copyright (c) 2013-2026 Antonio Valentino <antonio.valentino@tiscali.it>
22

33
add_executable(api_tests api_tests.c)
44
target_link_libraries(api_tests epr_api)

src/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013 Antonio Valentino <antonio.valentino@tiscali.it>
1+
# Copyright (c) 2013-2026 Antonio Valentino <antonio.valentino@tiscali.it>
22

33
add_executable(epr_subset_test epr_subset_test.c)
44
target_link_libraries(epr_subset_test epr_api)

0 commit comments

Comments
 (0)