cmake/version.cmake.in
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 28 Sep 2009 15:53:20 +0200
changeset 781 6f10c6ec5a21
parent 480 64c2641286df
child 983 fc1aa7c01c55
permissions -rw-r--r--
Small fixes related to BellmanFord (#51)

- Add a missing #include.
- Add a missing const keyword for negativeCycle().
- Test if negativeCycle() is const function.
ladanyi@678
     1
SET(LEMON_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")