File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,11 @@ if (WITH_GUDHI_PYTHON)
193
193
endif ()
194
194
endif ()
195
195
196
+
196
197
if (NOT GUDHI_PYTHON_PATH)
197
198
message (FATAL_ERROR "ERROR: GUDHI_PYTHON_PATH is not valid." )
198
199
endif (NOT GUDHI_PYTHON_PATH)
199
200
200
201
option (WITH_GUDHI_PYTHON_RUNTIME_LIBRARY_DIRS "Build with setting runtime_library_dirs. Useful when setting rpath is not allowed" ON )
201
202
202
- endif (WITH_GUDHI_PYTHON)
203
+ endif (WITH_GUDHI_PYTHON)
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ if(SCIPY_FOUND)
131
131
else ()
132
132
disable_python_documentation("scipy" )
133
133
endif ()
134
+ if (SCIKIT-LEARN_FOUND)
134
135
add_gudhi_debug_info("Scikit-learn version ${SCIKIT-LEARN_VERSION}" )
135
136
else ()
136
137
disable_python_documentation("scikit-learn" )
@@ -714,4 +715,4 @@ if(MATPLOTLIB_FOUND)
714
715
endif ()
715
716
716
717
# Set missing or not modules
717
- set (GUDHI_MODULES ${GUDHI_MODULES} "python" CACHE INTERNAL "GUDHI_MODULES" )
718
+ set (GUDHI_MODULES ${GUDHI_MODULES} "python" CACHE INTERNAL "GUDHI_MODULES" )
You can’t perform that action at this time.
0 commit comments