summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-06-24 14:49:48 +0200
committerHind-M <hind.montassif@gmail.com>2022-06-24 14:49:48 +0200
commita178b101780ded149d73fcbec622d7ae7ec2728c (patch)
tree945841d2d149cd85e9ca19a6b88567bb15f505cf /src/common
parentc69c9eec18336d44be157e4fd6ee5261b47ddb49 (diff)
parent9fc4f5e2ba50287979fc6e56708ec469d29c968c (diff)
Merge remote-tracking branch 'upstream/master' into cech_extra_point
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/installation.h2
-rw-r--r--src/common/doc/main_page.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index 24a7fc7a..229c9f59 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -40,6 +40,8 @@ make \endverbatim
* `make test` is using <a href="https://cmake.org/cmake/help/latest/manual/ctest.1.html">Ctest</a> (CMake test driver
* program). If some of the tests are failing, please send us the result of the following command:
* \verbatim ctest --output-on-failure \endverbatim
+ * Testing fetching datasets feature requires the use of the internet and is disabled by default. If you want to include this test, set WITH_GUDHI_REMOTE_TEST to ON when building in the previous step (note that this test is included in the python module):
+ * \verbatim cmake -DCMAKE_BUILD_TYPE=Release -DWITH_GUDHI_TEST=ON -DWITH_GUDHI_REMOTE_TEST=ON --DWITH_GUDHI_PYTHON=ON .. \endverbatim
*
* \subsection documentationgeneration Documentation
* To generate the documentation, <a target="_blank" href="http://www.doxygen.org/">Doxygen</a> is required.
diff --git a/src/common/doc/main_page.md b/src/common/doc/main_page.md
index 2cb02e3f..ce903405 100644
--- a/src/common/doc/main_page.md
+++ b/src/common/doc/main_page.md
@@ -180,7 +180,7 @@
<td width="15%">
<b>Author:</b> Vincent Rouvreau<br>
<b>Introduced in:</b> GUDHI 2.2.0<br>
- <b>Copyright:</b> MIT [(GPL v3)](../../licensing/)<br>
+ <b>Copyright:</b> MIT [(LGPL v3)](../../licensing/)<br>
<b>Requires:</b> \ref cgal
</td>
</tr>