demo/digraph.lgf
author |
Akos Ladanyi <ladanyi@tmit.bme.hu> |
|
Fri, 29 May 2009 12:44:37 +0100 |
changeset 681 |
9c7639f3a741 |
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.