From e7e77c18d9b69488b0f1d38e4170c1b845b798c1 Mon Sep 17 00:00:00 2001 From: Earle Lowe Date: Tue, 23 Jan 2024 11:43:28 -0800 Subject: [PATCH] Update gulrak to 1.5.14 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a42d77976..8c486aa70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ endif() FetchContent_Declare( gulrak GIT_REPOSITORY https://github.com/gulrak/filesystem.git - GIT_TAG v1.5.6 + GIT_TAG v1.5.14 ) FetchContent_MakeAvailable(gulrak)