COIN-OR::LEMON - Graph Library

Changeset 1063:0dba9b96550a in lemon


Ignore:
Timestamp:
07/13/11 14:38:50 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1064:40bbb450143e, 1065:b522385b2a0d, 1066:f9e3f73e17f1, 1092:2eebc8f7dca5
Phase:
public
Message:

Do not look for COIN_VOL libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmake/FindCOIN.cmake

    r1062 r1063  
    6666  COIN_OSI_CBC_LIBRARY
    6767  COIN_OSI_CLP_LIBRARY
    68   COIN_OSI_VOL_LIBRARY
    69   COIN_VOL_LIBRARY
     68  # COIN_OSI_VOL_LIBRARY
     69  # COIN_VOL_LIBRARY
    7070)
    7171
    7272IF(COIN_FOUND)
    7373  SET(COIN_INCLUDE_DIRS ${COIN_INCLUDE_DIR})
    74   SET(COIN_LIBRARIES "${COIN_CBC_LIBRARY};${COIN_CBC_SOLVER_LIBRARY};${COIN_CGL_LIBRARY};${COIN_CLP_LIBRARY};${COIN_COIN_UTILS_LIBRARY};${COIN_OSI_LIBRARY};${COIN_OSI_CBC_LIBRARY};${COIN_OSI_CLP_LIBRARY};${COIN_OSI_VOL_LIBRARY};${COIN_VOL_LIBRARY}")
     74  SET(COIN_LIBRARIES "${COIN_CBC_LIBRARY};${COIN_CBC_SOLVER_LIBRARY};${COIN_CGL_LIBRARY};${COIN_CLP_LIBRARY};${COIN_COIN_UTILS_LIBRARY};${COIN_OSI_LIBRARY};${COIN_OSI_CBC_LIBRARY};${COIN_OSI_CLP_LIBRARY}")
    7575  SET(COIN_CLP_LIBRARIES "${COIN_CLP_LIBRARY};${COIN_COIN_UTILS_LIBRARY}")
    7676  SET(COIN_CBC_LIBRARIES ${COIN_LIBRARIES})
Note: See TracChangeset for help on using the changeset viewer.