From 219deefe977765b8a9196352a1ccf657b4187d5a Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Tue, 30 Jul 2024 16:31:17 +0200 Subject: [PATCH] cmake: fix math_opt python --- cmake/python.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/python.cmake b/cmake/python.cmake index 109ca20b19..e8cd1ca509 100644 --- a/cmake/python.cmake +++ b/cmake/python.cmake @@ -364,12 +364,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