This is an automated email from the ASF dual-hosted git repository.

fgerlits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 3599270180d3543487a77a758c1dea293aea7112
Author: Martin Zink <[email protected]>
AuthorDate: Fri May 27 16:57:37 2022 +0200

    MINIFICPP-1854 upgrade expected-lite to v0.6.0 (gcc-12 compilation fix)
    
    Signed-off-by: Ferenc Gerlits <[email protected]>
    This closes #1342
---
 cmake/ExpectedLite.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/ExpectedLite.cmake b/cmake/ExpectedLite.cmake
index c89551c2b..2a41fc226 100644
--- a/cmake/ExpectedLite.cmake
+++ b/cmake/ExpectedLite.cmake
@@ -18,7 +18,7 @@
 include(FetchContent)
 
 FetchContent_Declare(expected-lite
-    URL      
https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.5.0.tar.gz
-    URL_HASH 
SHA256=80f8c91d228cdc5cac3698141c0321d51dcdb0239c2fdcdeae7d46a9a58f2297
+    URL      
https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.6.0.tar.gz
+    URL_HASH 
SHA256=90478ff7345100bf7539b12ea2c5ff04a7b6290bc5c280f02b473d5c65165342
 )
 FetchContent_MakeAvailable(expected-lite)

Reply via email to