Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unrealeased]
- Moving from Catch2 v2 to v3 [#56](https://github.com/ami-iit/matio-cpp/pull/56)
- Allowing input strings in vectors to be empty [#57](https://github.com/ami-iit/matio-cpp/pull/57)
- Switch to use upstream repo of [`garbageslam/visit_struct`](https://github.com/garbageslam/visit_struct) instead of fork [`NikolausDemmel/visit_struct`](https://github.com/NikolausDemmel/visit_struct) [#58](https://github.com/ami-iit/matio-cpp/pull/58)

## [0.2.0] - 2022-04-28
- Using a custom variable in InstallBasicPackageFile to backup the module path: [#47](https://github.com/ami-iit/matio-cpp/pull/47).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ else()
include(FetchContent)
FetchContent_Declare(visit_struct
GIT_REPOSITORY https://github.com/ami-iit/visit_struct
GIT_TAG 969fc563477906432a9fcc91addf2c1e13c56f4c)
GIT_TAG 47bc6a3aa7588a1f4db39579a0b6812569a76b56)

FetchContent_GetProperties(visit_struct)
if(NOT visit_struct_POPULATED)
Expand Down