Skip to content

Commit 8e56816

Browse files
committed
cmake: fixup
1 parent 5fc3aff commit 8e56816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ortools/math_opt/solvers/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
156156
endif()
@@ -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()

0 commit comments

Comments
 (0)