From b440e2b6e61bd81dac8f887a7cdac55e7daa2940 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Mon, 23 May 2022 12:13:01 +0200 Subject: doc review: remove wrong comment --- .github/how_to_compile_gudhi_in_a_conda_env.md | 1 - 1 file changed, 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3