From bac5d1448afb20181683342a78ee0fd6bcff9dae Mon Sep 17 00:00:00 2001 From: Gabriel Mitterrutzner Date: Mon, 10 Aug 2026 19:00:07 +0200 Subject: [PATCH] Bump libenvpp to v1.5.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02bb3d1..608092a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ endmacro() set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) # If installation is desired. fetch_content_from_remote(libenvpp GIT_REPOSITORY https://github.com/ph3at/libenvpp.git - GIT_TAG v1.5.1 + GIT_TAG v1.5.3 ) set(JSON_BuildTests OFF CACHE INTERNAL "")