File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66Changes 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----------------------------------------------------------------------
1213Changes from Version 2.2 to Version 2.3 (of 02. January 2026)
Original file line number Diff line number Diff line change 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 )
55project (epr-api)
66
77
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- # Copyright (c) 2013 Antonio Valentino <antonio.valentino@tiscali.it>
1+ # Copyright (c) 2013-2026 Antonio Valentino <antonio.valentino@tiscali.it>
22
33add_executable (api_tests api_tests.c )
44target_link_libraries (api_tests epr_api )
Original file line number Diff line number Diff line change 1- # Copyright (c) 2013 Antonio Valentino <antonio.valentino@tiscali.it>
1+ # Copyright (c) 2013-2026 Antonio Valentino <antonio.valentino@tiscali.it>
22
33add_executable (epr_subset_test epr_subset_test.c )
44target_link_libraries (epr_subset_test epr_api )
You can’t perform that action at this time.
0 commit comments