Skip to content

Commit 48c33ea

Browse files
authored
Merge pull request #490 from Goddard-Fortran-Ecosystem/develop
Develop
2 parents f5af779 + fd1ff36 commit 48c33ea

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
cmake_minimum_required(VERSION 3.12)
2626

2727
project (PFUNIT
28-
VERSION 4.11.1
28+
VERSION 4.12.0
2929
LANGUAGES Fortran C)
3030

3131
cmake_policy(SET CMP0077 NEW)

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [4.12.0] - 2025-04-07
9+
10+
### Changed
11+
12+
- Updated minimum required CMake version to 3.12 in tests/ to match main CMakeLists.txt and documentation. Previously set to 3.0 which is now deprecated and was causing build issues.
13+
814
## [4.11.1] - 2025-02-04
915

1016
### Fixed

tests/fhamcrest/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.0)
1+
cmake_minimum_required(VERSION 3.12)
22

33
set(pf_tests
44
Test_Core.pf

tests/funit-core/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.0)
1+
cmake_minimum_required(VERSION 3.12)
22

33
#include_directories (${PFUNIT_SOURCE_DIR}/include)
44
#include_directories (${PFUNIT_BINARY_DIR}/src)

0 commit comments

Comments
 (0)