Skip to content

Commit c5b3972

Browse files
committed
fix
1 parent 2f8c367 commit c5b3972

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

examples/python/CMakeLists.txt

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,4 @@ endif()
1717

1818
if(NOT WIN32)
1919
include("CMakeBazel.txt")
20-
21-
# Here we add the prize collecting examples relying on the swigged C++ code.
22-
# These should really be autogenerated in CMakeBazel.txt above but we don't have
23-
# a way to generate SWIG python bindings in Bazel *and* we want to transition to
24-
# pybind11.
25-
26-
add_python_binary(
27-
NAME bzl_py_example_prize_collecting_tsp_py3
28-
FILE ${CMAKE_CURRENT_SOURCE_DIR}/prize_collecting_tsp.py
29-
)
30-
31-
ortools_cxx_bintest(
32-
NAME bzl_py_example_prize_collecting_tsp_py_test
33-
SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/prize_collecting_tsp_py_test.bintest
34-
ENVIRONMENT BINTEST_prize_collecting_tsp_py3=$<TARGET_FILE:bzl_py_example_prize_collecting_tsp_py3>
35-
)
36-
37-
add_python_binary(
38-
NAME bzl_py_example_prize_collecting_vrp_py3
39-
FILE ${CMAKE_CURRENT_SOURCE_DIR}/prize_collecting_vrp.py
40-
)
41-
42-
ortools_cxx_bintest(
43-
NAME bzl_py_example_prize_collecting_vrp_py_test
44-
SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/prize_collecting_vrp_py_test.bintest
45-
ENVIRONMENT BINTEST_prize_collecting_vrp_py3=$<TARGET_FILE:bzl_py_example_prize_collecting_vrp_py3>
46-
)
47-
4820
endif()

0 commit comments

Comments
 (0)