diff -r 76d160eba8d4 -r efa883909c06 CMakeLists.txt --- a/CMakeLists.txt Tue Jun 02 16:27:06 2009 +0100 +++ b/CMakeLists.txt Tue Jun 16 18:47:21 2009 +0200 @@ -5,12 +5,12 @@ SET(PROJECT_NAME "LEMON-PROJECT-TEMPLATE") ## Change 'hg-tip' to the current version number of your project if you wish. -## Optionally, you can leave it as is as set PROJECT_VERSION from the cmake-gui -## when you make a release. +## Optionally, you can leave it as is and set PROJECT_VERSION from +## the cmake-gui when you make a release. ## The last parameter is a help string displayed by CMAKE. SET(PROJECT_VERSION "hg-tip" - CACHE STRING "LEMON PROJECT TEMPLATE version string.") + CACHE STRING "${PROJECT_NAME} version string") ## Do not edit this. PROJECT(${PROJECT_NAME}) @@ -88,7 +88,7 @@ ENABLE_TESTING() -## This auxiliary doxygen files (.dox) should be placed in the 'doc' +## The auxiliary doxygen files (.dox) should be placed in the 'doc' ## subdirectory. The next line includes the CMAKE config of that directory. ADD_SUBDIRECTORY(doc)