Changeset 674:20dac2104519 in lemon for cmake/FindCOIN.cmake
- Timestamp:
- 04/28/09 14:51:34 (15 years ago)
- Branch:
- default
- Parents:
- 673:58357e986a08 (diff), 540:8a144437db7d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cmake/FindCOIN.cmake
r668 r674 62 62 63 63 IF(COIN_FOUND) 64 SET( HAVE_LP TRUE)65 SET( HAVE_MIP TRUE)66 SET( HAVE_CLP TRUE)67 SET( HAVE_CBC TRUE)64 SET(LEMON_HAVE_LP TRUE) 65 SET(LEMON_HAVE_MIP TRUE) 66 SET(LEMON_HAVE_CLP TRUE) 67 SET(LEMON_HAVE_CBC TRUE) 68 68 ENDIF(COIN_FOUND)
Note: See TracChangeset
for help on using the changeset viewer.