Skip to content

Commit b752394

Browse files
committed
merge fix
1 parent 17d1caa commit b752394

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/cmake/modules/GUDHI_third_party_libraries.cmake

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

196+
196197
if(NOT GUDHI_PYTHON_PATH)
197198
message(FATAL_ERROR "ERROR: GUDHI_PYTHON_PATH is not valid.")
198199
endif(NOT GUDHI_PYTHON_PATH)
199200

200201
option(WITH_GUDHI_PYTHON_RUNTIME_LIBRARY_DIRS "Build with setting runtime_library_dirs. Useful when setting rpath is not allowed" ON)
201202

202-
endif (WITH_GUDHI_PYTHON)
203+
endif (WITH_GUDHI_PYTHON)

src/python/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ if(SCIPY_FOUND)
131131
else()
132132
disable_python_documentation("scipy")
133133
endif()
134+
if(SCIKIT-LEARN_FOUND)
134135
add_gudhi_debug_info("Scikit-learn version ${SCIKIT-LEARN_VERSION}")
135136
else()
136137
disable_python_documentation("scikit-learn")
@@ -714,4 +715,4 @@ if(MATPLOTLIB_FOUND)
714715
endif()
715716

716717
# 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")

0 commit comments

Comments
 (0)