Skip to content

Commit

Permalink
Fix for beta4 for inclusion in GFE
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Apr 29, 2022
1 parent 6b9a50e commit 098ce06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ add_subdirectory (src)

enable_testing()

if (NOT TARGET (tests))
if (NOT TARGET tests)
add_custom_target(tests
COMMAND ${CMAKE_CTEST_COMMAND}
EXCLUDE_FROM_ALL)
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added gfortran-8 and macos-11 to CI

## [1.0-beta4.1] 2022-04-29

### Fixed

- Error in CMake check for the target "test" that prevents yaFyaml
from being bundled with other GFE packages.

## [1.0-beta2]

### Added
Expand Down

0 comments on commit 098ce06

Please sign in to comment.