cmake/version.cmake.in
author |
Akos Ladanyi <ladanyi@tmit.bme.hu> |
|
Fri, 29 May 2009 12:44:37 +0100 |
changeset 679 |
9c7639f3a741 |
parent 478 |
64c2641286df
|
permissions |
-rw-r--r-- |
Minor CMake improvements
* Use the empty ELSE(), ENDIF(), ENDMACRO(), etc. syntax since this improves
readability and requires less typing.
* Use FIND_PACKAGE() instead of INCLUDE().
* Use the value of CMAKE_COMMAND variable instead of cmake, since this works
even if cmake is not in the PATH.
ladanyi@678
|
1 |
SET(LEMON_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")
|