From d9e4159040b88e801cf4c55797bf9fdbcbe7fbbc Mon Sep 17 00:00:00 2001 From: Florin Chirica Date: Fri, 10 Mar 2023 16:47:14 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06c3e12c6..4cb7cf041 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ FetchContent_MakeAvailable(cxxopts) FetchContent_Declare( bladebit GIT_REPOSITORY https://github.com/Chia-Network/bladebit.git - GIT_TAG 637d660b130171241e7a6bf9caeaa8ffd61d0bb8 + GIT_TAG 7c3f00a1763b95695300e0ec8eef71a72f68f085 ) FetchContent_MakeAvailable(bladebit)