COIN-OR::LEMON - Graph Library

Changeset 725:d1e1cd94bf49 in lemon for cmake/version.cmake.in


Ignore:
Timestamp:
05/29/09 12:40:53 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Put the version string into config.h

Also make it possible to set the version using the LEMON_VERSION environment
variable, and use the hg revision as version string in case this variable is
unset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmake/version.cmake.in

    r503 r725  
    1 SET(PROJECT_NAME "@PACKAGE_NAME@")
    2 SET(PROJECT_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")
     1SET(LEMON_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")
Note: See TracChangeset for help on using the changeset viewer.