From b68969993989742edd7ca2a0cbaa7bf11ac3bd0b Mon Sep 17 00:00:00 2001 From: James Bradbury Date: Sat, 11 Dec 2021 12:07:22 +0000 Subject: [PATCH] fix reference to FLUID_PARAMDUMP (#43) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f62af..66119ce 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Also, with CMake you have a choice of which build system you use. In some cases you may want to use your own copies of the required libraries. Unless specified, the build system will download these automatically. To bypass this behaviour, use the following cache variables: - `FLUID_PATH`: location of the Fluid Corpus Manipulation Library -- `FLUID_PARAMDUMP_PATH`: location of `flucoma_paramdump` repository (e.g. for debugging documentation generation) +- `FLUID_DOCS_PATH`: location of `fluid-docs` repository (e.g. for debugging documentation generation) - `EIGEN_PATH` location of the Eigen library - `HISS_PATH` location of the HISSTools library