COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r948 r939  
    7373  TARGET_LINK_LIBRARIES(lp_test ${LP_TEST_LIBS})
    7474  ADD_TEST(lp_test lp_test)
    75   ADD_DEPENDENCIES(check lp_test)
    7675
    7776  IF(WIN32 AND LEMON_HAVE_GLPK)
     
    115114  TARGET_LINK_LIBRARIES(mip_test ${MIP_TEST_LIBS})
    116115  ADD_TEST(mip_test mip_test)
    117   ADD_DEPENDENCIES(check mip_test)
    118116
    119117  IF(WIN32 AND LEMON_HAVE_GLPK)
Note: See TracChangeset for help on using the changeset viewer.