diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e7ae72..63edc2ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/CMakeLists.txt b/CMakeLists.txt index 24cad978..0091c288 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)