summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-05-23 12:13:01 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-05-23 12:13:01 +0200
commitb440e2b6e61bd81dac8f887a7cdac55e7daa2940 (patch)
tree9cfa2d5381795f094d0f35dcec1ba6886e136030 /.github
parent953cbffc67c2f6e26f10ca3a4538ef56b933dcc3 (diff)
doc review: remove wrong comment
Diffstat (limited to '.github')
-rw-r--r--.github/how_to_compile_gudhi_in_a_conda_env.md1
1 files changed, 0 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 533d0fd2..0d677c1f 100644
--- a/.github/how_to_compile_gudhi_in_a_conda_env.md
+++ b/.github/how_to_compile_gudhi_in_a_conda_env.md
@@ -40,7 +40,6 @@ In order to compile only python module
cd /workdir/gudhi
rm -rf build; mkdir build # /!\ any existing build folder will be removed
cd build
-# To build all even examples and benchmarks
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$CONDA_PREFIX ..
cd src/python
# To build python module in parallel