From 21b8e74eab69a16f6730be68928da193979e25c6 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Fri, 6 Mar 2020 09:36:37 +0000 Subject: [PATCH] updated readme where HISSTOOLS_PATH is now HISS_PATH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c76536a..1b4e7ad 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Note ### Dependencies of dependencies! The same steps and considerations apply to manually managing the dependencies of the Fluid Corpus Manipulation Library itself. If these aren't explicitly passed whilst running CMake against this build tree, then CMake will download them itself against the tags / commits we develop against. Nevertheless, if you are in the process of making changes to these libraries and running against this (which is much less likely than above), then the CMake variables of interest are: * `EIGEN_PATH` pointing to the location of Eigen on disk -* `HISSTOOLS_PATH` pointing to the location of the HISSTools Library +* `HISS_PATH` pointing to the location of the HISSTools Library To find out which branches / tags / commits of these we use, look in the top level `CMakeLists.txt` of the Fluid Corpus Manipulation Library for the `FetchContent_Declare` statements for each dependency.