Changeset 947:0dba9b96550a in lemon-main for cmake
- Timestamp:
- 07/13/11 14:38:50 (13 years ago)
- Branch:
- default
- Children:
- 948:f9e3f73e17f1, 957:2eebc8f7dca5
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cmake/FindCOIN.cmake
r946 r947 66 66 COIN_OSI_CBC_LIBRARY 67 67 COIN_OSI_CLP_LIBRARY 68 COIN_OSI_VOL_LIBRARY69 COIN_VOL_LIBRARY68 # COIN_OSI_VOL_LIBRARY 69 # COIN_VOL_LIBRARY 70 70 ) 71 71 72 72 IF(COIN_FOUND) 73 73 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}") 75 75 SET(COIN_CLP_LIBRARIES "${COIN_CLP_LIBRARY};${COIN_COIN_UTILS_LIBRARY}") 76 76 SET(COIN_CBC_LIBRARIES ${COIN_LIBRARIES})
Note: See TracChangeset
for help on using the changeset viewer.