summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-08 16:42:52 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-08 16:42:52 +0100
commitdbfe80623c89904ed18fbc8b408858175dbd0474 (patch)
tree93b4bf1d8fceeea35cf1ac205071d2a5c73145ce
parent366813c651d871c5b95d9bc8e7ea227f8015fc55 (diff)
do not launch test_representation when no pot
-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 4dca3908..2d5f793a 100644
--- a/src/python/CMakeLists.txt
+++ b/src/python/CMakeLists.txt
@@ -504,7 +504,7 @@ if(PYTHONINTERP_FOUND)
endif()
# Representations
- if(SKLEARN_FOUND AND MATPLOTLIB_FOUND AND NOT CGAL_VERSION VERSION_LESS 4.11.0)
+ if(SKLEARN_FOUND AND MATPLOTLIB_FOUND AND OT_FOUND AND NOT CGAL_VERSION VERSION_LESS 4.11.0)
add_gudhi_py_test(test_representations)
endif()