We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f425f commit bb80590Copy full SHA for bb80590
ortools/graph/python/CMakeLists.txt
@@ -62,9 +62,3 @@ endif()
62
target_link_libraries(min_cost_flow_pybind11 PRIVATE ${PROJECT_NAMESPACE}::ortools)
63
add_library(${PROJECT_NAMESPACE}::min_cost_flow_pybind11 ALIAS min_cost_flow_pybind11)
64
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