Skip to content

Commit 17d1caa

Browse files
authored
Merge branch 'Multiparameter-Simplextree-C++-part' into multiparam_st_schreib_clean
2 parents f6d5b7e + 9ec506a commit 17d1caa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/cmake/modules/GUDHI_third_party_libraries.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ if (WITH_GUDHI_PYTHON)
193193
endif()
194194
endif()
195195

196-
197196
if(NOT GUDHI_PYTHON_PATH)
198197
message(FATAL_ERROR "ERROR: GUDHI_PYTHON_PATH is not valid.")
199198
endif(NOT GUDHI_PYTHON_PATH)

src/python/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ if(SCIPY_FOUND)
131131
else()
132132
disable_python_documentation("scipy")
133133
endif()
134-
if(SCIKIT-LEARN_FOUND)
135134
add_gudhi_debug_info("Scikit-learn version ${SCIKIT-LEARN_VERSION}")
136135
else()
137136
disable_python_documentation("scikit-learn")

0 commit comments

Comments
 (0)