From a7d782e77a53a7b71b416424a19cbf5b8721d900 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Fri, 19 Apr 2024 11:11:00 -0700 Subject: [PATCH] Update README.md Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d3ff273..8542aa90 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ cmake --build build --config Release ``` Note, if you are using custom installs of HDF5 or BOOST that are not being detected -automatically by cmake, you can specify `HDF5_ROOT` and `BOOST_ROOT` variables to +automatically by cmake, you can specify `HDF5_ROOT` and `BOOST_ROOT` environment variables to point to install directories of HDF5 and BOOST respectively.