Skip to content

Commit

Permalink
Merge pull request #58 from ami-iit/useupstream
Browse files Browse the repository at this point in the history
Switch to use the upstream source code of visit_struct
  • Loading branch information
S-Dafarra authored Jul 11, 2022
2 parents 12022e5 + e9643fc commit 271b0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 271b0e4

Please sign in to comment.