File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if(USE_SCIP)
8989 "$<LINK_LIBRARY:WHOLE_ARCHIVE,ortools::math_opt_status_tests>"
9090 )
9191 # This test fail on windows and takes too long so we disable it.
92- if (TARGET cxx_math_opt_solvers_gscip_solver_test )
92+ if (TARGET math_opt_solvers_gscip_solver_test )
9393 set_tests_properties (cxx_math_opt_solvers_gscip_solver_test
9494 PROPERTIES DISABLED TRUE )
9595 endif ()
@@ -150,7 +150,7 @@ ortools_cxx_test(
150150 "$<LINK_LIBRARY:WHOLE_ARCHIVE,ortools::math_opt_status_tests>"
151151)
152152# This test takes too long so we disable it.
153- if (TARGET cxx_math_opt_solvers_cp_sat_solver_test )
153+ if (TARGET math_opt_solvers_cp_sat_solver_test )
154154 set_tests_properties (cxx_math_opt_solvers_cp_sat_solver_test
155155 PROPERTIES DISABLED TRUE )
156156endif ()
@@ -252,7 +252,7 @@ if(USE_HIGHS)
252252 "$<LINK_LIBRARY:WHOLE_ARCHIVE,ortools::math_opt_status_tests>"
253253 )
254254 # This test fail on windows and takes too long so we disable it.
255- if (TARGET cxx_math_opt_solvers_highs_solver_test )
255+ if (TARGET math_opt_solvers_highs_solver_test )
256256 set_tests_properties (cxx_math_opt_solvers_highs_solver_test
257257 PROPERTIES DISABLED TRUE )
258258 endif ()
You can’t perform that action at this time.
0 commit comments