Skip to content

Commit

Permalink
disable fp_min_cost_flow in python
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jan 10, 2025
1 parent 21f425f commit bb80590
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ortools/graph/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,3 @@ endif()
target_link_libraries(min_cost_flow_pybind11 PRIVATE ${PROJECT_NAMESPACE}::ortools)
add_library(${PROJECT_NAMESPACE}::min_cost_flow_pybind11 ALIAS min_cost_flow_pybind11)

if(BUILD_TESTING)
file(GLOB PYTHON_SRCS "*_test.py")
foreach(FILE_NAME IN LISTS PYTHON_SRCS)
add_python_test(${FILE_NAME})
endforeach()
endif()

0 comments on commit bb80590

Please sign in to comment.