We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8d642 commit 8a722dfCopy full SHA for 8a722df
1 file changed
ortools/set_cover/CMakeLists.txt
@@ -33,6 +33,9 @@ target_link_libraries(${NAME} PRIVATE
33
34
if(BUILD_TESTING)
35
file(GLOB _TEST_SRCS "*_test.cc")
36
+ if(NOT USE_SCIP)
37
+ list(FILTER _TEST_SRCS EXCLUDE REGEX ".*/set_cover_test.cc")
38
+ endif()
39
foreach(_FULL_FILE_NAME IN LISTS _TEST_SRCS)
40
get_filename_component(_NAME ${_FULL_FILE_NAME} NAME_WE)
41
get_filename_component(_FILE_NAME ${_FULL_FILE_NAME} NAME)
0 commit comments