Skip to content

Commit

Permalink
cmake: fix math_opt python
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 30, 2024
1 parent 16d9f5b commit a66e4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,13 @@ if(BUILD_MATH_OPT)
file(COPY
ortools/math_opt/python/callback.py
ortools/math_opt/python/compute_infeasible_subsystem_result.py
ortools/math_opt/python/errors.py
ortools/math_opt/python/expressions.py
ortools/math_opt/python/hash_model_storage.py
ortools/math_opt/python/mathopt.py
ortools/math_opt/python/message_callback.py
ortools/math_opt/python/model_parameters.py
ortools/math_opt/python/model.py
ortools/math_opt/python/model_parameters.py
ortools/math_opt/python/model_storage.py
ortools/math_opt/python/normalize.py
ortools/math_opt/python/parameters.py
Expand Down

0 comments on commit a66e4da

Please sign in to comment.