From 8e3d5d9082ab51e1c0e41a2c3523ca910c8d8f8a Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 11 Jul 2022 13:39:06 +0200 Subject: [PATCH 1/2] Switch to use the upstream source code of visit_struct --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From e9643fc43d2c5a6681cd7433ef9b903f2da15757 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 11 Jul 2022 13:46:44 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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).