COIN-OR::LEMON - Graph Library

Changeset 947:0dba9b96550a in lemon-main


Ignore:
Timestamp:
07/13/11 14:38:50 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
948:f9e3f73e17f1, 957:2eebc8f7dca5
Phase:
public
Message:

Do not look for COIN_VOL libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmake/FindCOIN.cmake

    r946 r947  
    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.