We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af83b96 commit a620505Copy full SHA for a620505
1 file changed
ortools/math_opt/solver_tests/CMakeLists.txt
@@ -324,6 +324,7 @@ ortools_cxx_library(
324
TESTING
325
)
326
327
+if(USE_SCIP AND USE_GLOP)
328
ortools_cxx_test(
329
NAME
330
${_PREFIX}_test_models_test
@@ -334,9 +335,8 @@ ortools_cxx_test(
334
335
GTest::gmock_main
336
ortools::math_opt_test_models
337
ortools::math_opt_matchers
- #ortools::math_opt_glop_solver
338
- #ortools::math_opt_gscipt_solver
339
+endif()
340
341
ortools_cxx_library(
342
0 commit comments