summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-03-05 15:29:31 +0100
committerGitHub <noreply@github.com>2020-03-05 15:29:31 +0100
commit86fcc5c91113b89ddee79684c09b53af4b5ad035 (patch)
tree52079a6174ba78f9c7ee056ffe8bcb9032292b9c /src/python
parentc1ce28b8e8021097825a893564aed97757f2ac8e (diff)
parente1dbf6da118615e20d2b642df98b7d3df7cfd8c7 (diff)
Merge pull request #239 from VincentRouvreau/parallel_tests
Improve CI
Diffstat (limited to 'src/python')
-rw-r--r--src/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
index 090a7446..20e72a5f 100644
--- a/src/python/CMakeLists.txt
+++ b/src/python/CMakeLists.txt
@@ -181,7 +181,7 @@ if(PYTHONINTERP_FOUND)
set(GUDHI_PYTHON_LIBRARY_DIRS "${GUDHI_PYTHON_LIBRARY_DIRS}'${MPFR_LIBRARIES_DIR}', ")
message("** Add mpfr ${MPFR_LIBRARIES}")
endif(MPFR_FOUND)
-endif(CGAL_FOUND)
+ endif(CGAL_FOUND)
# Specific for Mac
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")