This is an automated email from the ASF dual-hosted git repository. szaszm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit a38b5a2ebc25ecc9517225b2fd6502c78b908b79 Author: Martin Zink <[email protected]> AuthorDate: Mon Oct 2 20:22:22 2023 +0200 MINIFICPP-2233 Update bustache to fix gcc13 compatibility Closes #1672 Signed-off-by: Marton Szasz <[email protected]> --- cmake/Bustache.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Bustache.cmake b/cmake/Bustache.cmake index a2e8d84dd..116028775 100644 --- a/cmake/Bustache.cmake +++ b/cmake/Bustache.cmake @@ -21,6 +21,6 @@ include(fmt) set(BUSTACHE_USE_FMT ON CACHE STRING "" FORCE) FetchContent_Declare(Bustache GIT_REPOSITORY https://github.com/jamboree/bustache.git - GIT_TAG ee39a375d49677af9728722bfabf63eaed3c82fd + GIT_TAG 47096caa8e1f9f7ebe34e3a022dbb822c174011d ) FetchContent_MakeAvailable(Bustache)
