CMakeLists.txt
changeset 3 efa883909c06
parent 2 76d160eba8d4
child 4 6de89926e594
     1.1 --- a/CMakeLists.txt	Tue Jun 02 16:27:06 2009 +0100
     1.2 +++ b/CMakeLists.txt	Tue Jun 16 18:47:21 2009 +0200
     1.3 @@ -5,12 +5,12 @@
     1.4  SET(PROJECT_NAME "LEMON-PROJECT-TEMPLATE")
     1.5  
     1.6  ## Change 'hg-tip' to the current version number of your project if you wish.
     1.7 -## Optionally, you can leave it as is as set PROJECT_VERSION from the cmake-gui
     1.8 -## when you make a release.
     1.9 +## Optionally, you can leave it as is and set PROJECT_VERSION from
    1.10 +## the cmake-gui when you make a release.
    1.11  ## The last parameter is a help string displayed by CMAKE.
    1.12  
    1.13  SET(PROJECT_VERSION "hg-tip"
    1.14 -    CACHE STRING "LEMON PROJECT TEMPLATE version string.")
    1.15 +    CACHE STRING "${PROJECT_NAME} version string")
    1.16  
    1.17  ## Do not edit this.
    1.18  PROJECT(${PROJECT_NAME})
    1.19 @@ -88,7 +88,7 @@
    1.20  
    1.21  ENABLE_TESTING()
    1.22  
    1.23 -## This auxiliary doxygen files (.dox) should be placed in the 'doc'
    1.24 +## The auxiliary doxygen files (.dox) should be placed in the 'doc'
    1.25  ## subdirectory. The next line includes the CMAKE config of that directory.
    1.26  
    1.27  ADD_SUBDIRECTORY(doc)