Changeset 627:20dac2104519 in lemon-1.2 for cmake/FindCPLEX.cmake
- Timestamp:
- 04/28/09 14:51:34 (16 years ago)
- Branch:
- default
- Parents:
- 626:58357e986a08 (diff), 500: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/FindCPLEX.cmake
r620 r627 22 22 23 23 IF(CPLEX_FOUND) 24 SET( HAVE_LP TRUE)25 SET( HAVE_MIP TRUE)26 SET( HAVE_CPLEX TRUE)24 SET(LEMON_HAVE_LP TRUE) 25 SET(LEMON_HAVE_MIP TRUE) 26 SET(LEMON_HAVE_CPLEX TRUE) 27 27 ENDIF(CPLEX_FOUND)
Note: See TracChangeset
for help on using the changeset viewer.