Skip to content

Commit bb80590

Browse files
committed
disable fp_min_cost_flow in python
1 parent 21f425f commit bb80590

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ortools/graph/python/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,3 @@ endif()
6262
target_link_libraries(min_cost_flow_pybind11 PRIVATE ${PROJECT_NAMESPACE}::ortools)
6363
add_library(${PROJECT_NAMESPACE}::min_cost_flow_pybind11 ALIAS min_cost_flow_pybind11)
6464

65-
if(BUILD_TESTING)
66-
file(GLOB PYTHON_SRCS "*_test.py")
67-
foreach(FILE_NAME IN LISTS PYTHON_SRCS)
68-
add_python_test(${FILE_NAME})
69-
endforeach()
70-
endif()

0 commit comments

Comments
 (0)