From bf70b788ab3275d48a89971e2f2dcd44bee649ea Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Thu, 14 Nov 2024 18:47:10 +0100 Subject: [PATCH] math_opt: Fix cmake python install --- cmake/python.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/python.cmake b/cmake/python.cmake index b2ba03b28f..e38c0d61ff 100644 --- a/cmake/python.cmake +++ b/cmake/python.cmake @@ -367,6 +367,7 @@ if(BUILD_MATH_OPT) ortools/math_opt/python/errors.py ortools/math_opt/python/expressions.py ortools/math_opt/python/hash_model_storage.py + ortools/math_opt/python/init_arguments.py ortools/math_opt/python/mathopt.py ortools/math_opt/python/message_callback.py ortools/math_opt/python/model.py