From e4bd1a13b0ad9a077e7f0a8f21388f9a6337fd37 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 25 Dec 2023 12:21:08 -0500 Subject: [PATCH] Update libnfd --- indra/deps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index 112acc34242..0da7ac0db20 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -79,7 +79,7 @@ if(USE_NFD) FetchContent_Declare( nfd GIT_REPOSITORY https://github.com/btzy/nativefiledialog-extended.git - GIT_TAG v1.1.0 + GIT_TAG v1.1.1 ) set(NFD_PORTAL ON) -- GitLab