summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-06-09 08:55:24 +0200
committerGitHub <noreply@github.com>2022-06-09 08:55:24 +0200
commitd792eaf38ac91453a9a214285716d162b8eb74e2 (patch)
treef80f29bf1e14b461057ba19e3dd6c0b818910a8f /.github
parent95d2f015dda2f668877a19d9c82e56f9f20a9e01 (diff)
[skip ci] code review: Update .github/how_to_compile_gudhi_in_a_conda_env.md
Co-authored-by: Hind-M <70631848+Hind-M@users.noreply.github.com>
Diffstat (limited to '.github')
-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