Skip to content

Commit ebe8257

Browse files
committed
cmake: fixup
1 parent ac98faf commit ebe8257

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ortools/javatests/com/google/ortools/mathopt/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
if(BUILD_TESTING)
1515
file(GLOB JAVA_SRCS "*Test.java")
16+
if(NOT USE_SCIP)
17+
list(FILTER JAVA_SRCS EXCLUDE REGEX "/SolveTest.java$")
18+
endif()
1619
foreach(FILE_NAME IN LISTS JAVA_SRCS)
1720
add_java_test(
1821
FILE_NAME ${FILE_NAME}

0 commit comments

Comments
 (0)