From 9d3e061a0b4090f268eee50e84fcccf5cbcad9ed Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Wed, 27 Mar 2024 20:58:49 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20OPENEXR=5FDEFLATE=5FREPO?= =?UTF-8?q?=20option's=20description=20(#1699)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aliaksei Urbanski --- website/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/install.rst b/website/install.rst index 4b38216a48..3730d7aa10 100644 --- a/website/install.rst +++ b/website/install.rst @@ -352,7 +352,7 @@ shared object is produced. * ``OPENEXR_DEFLATE_REPO`` and ``OPENEXR_DEFLATE_TAG`` - The github Imath repo to auto-fetch if an installed library cannot + The GitHub ``libdeflate`` repo to auto-fetch if an installed library cannot be found, and the tag to sync it to. The default repo is ``https://github.com/ebiggers/libdeflate.git`` and the tag is ``v1.18``. The internal build is configured as a CMake subproject.