COIN-OR::LEMON - Graph Library

Changeset 3:efa883909c06 in lemon-benchmark for CMakeLists.txt


Ignore:
Timestamp:
06/16/09 18:47:21 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Slightly improve help comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r2 r3  
    66
    77## Change 'hg-tip' to the current version number of your project if you wish.
    8 ## Optionally, you can leave it as is as set PROJECT_VERSION from the cmake-gui
    9 ## when you make a release.
     8## Optionally, you can leave it as is and set PROJECT_VERSION from
     9## the cmake-gui when you make a release.
    1010## The last parameter is a help string displayed by CMAKE.
    1111
    1212SET(PROJECT_VERSION "hg-tip"
    13     CACHE STRING "LEMON PROJECT TEMPLATE version string.")
     13    CACHE STRING "${PROJECT_NAME} version string")
    1414
    1515## Do not edit this.
     
    8989ENABLE_TESTING()
    9090
    91 ## This auxiliary doxygen files (.dox) should be placed in the 'doc'
     91## The auxiliary doxygen files (.dox) should be placed in the 'doc'
    9292## subdirectory. The next line includes the CMAKE config of that directory.
    9393
Note: See TracChangeset for help on using the changeset viewer.