summaryrefslogtreecommitdiff
path: root/.github/how_to_compile_gudhi_in_a_conda_env.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/how_to_compile_gudhi_in_a_conda_env.md')
-rw-r--r--.github/how_to_compile_gudhi_in_a_conda_env.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/how_to_compile_gudhi_in_a_conda_env.md b/.github/how_to_compile_gudhi_in_a_conda_env.md
index 0d677c1f..bc75cc60 100644
--- a/.github/how_to_compile_gudhi_in_a_conda_env.md
+++ b/.github/how_to_compile_gudhi_in_a_conda_env.md
@@ -78,7 +78,7 @@ firefox html/index.html # [optional] To display the c++ documentation. Anything
cd /workdir/gudhi
rm -rf build; mkdir build # /!\ any existing build folder will be removed
cd build
-# python OFF to prevent python modules search makes cmake faster - it is the next one in user version that matters
+# python OFF to prevent python modules search makes cmake faster - it is the next cmake call in user version that matters
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DWITH_GUDHI_PYTHON=OFF -DUSER_VERSION_DIR=version ..
make user_version;
cd version