File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 25
25
cmake_minimum_required (VERSION 3.12 )
26
26
27
27
project (PFUNIT
28
- VERSION 4.7.2
28
+ VERSION 4.7.3
29
29
LANGUAGES Fortran C )
30
30
31
31
cmake_policy (SET CMP0077 NEW )
Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 4.7.3] - 2023-07-21
9
+
8
10
### Fixed
11
+ - Fixed cmake issue where target "pfunit-mpi-defines" is defined more than once
9
12
- Missing variable declaration in parameterized test case boiler plate code.
10
13
11
14
## [ 4.7.2] - 2023-06-26
15
+
12
16
### Fixed
13
- - Restored consistent behaviour for file paths between ` add_pfunit_ctest ` amd ` add_pfunit_sources ` .
17
+ - Restored consistent behaviour for file paths between ` add_pfunit_ctest ` and ` add_pfunit_sources ` .
14
18
Now the ` add_pfunit_ctest ` handles relative filepaths (e.g. ` ./path/to/source.pf ` ) as described
15
19
in the script documentation.
16
20
You can’t perform that action at this time.
0 commit comments