|
|
|||
Warning, /algorithms/cmake/algorithmsRetrieveVersion.cmake is written in an unsupported language. File is not indexed.
0001 # Retrieve version identification.
0002 #
0003 # Must be included from the main CMakeLists file. Sets the following variables:
0004 #
0005 # - _algorithms_version
0006 #
0007
0008 # read version number from file
0009 file(READ "version_number" _algorithms_version)
0010 string(STRIP "${_algorithms_version}" _algorithms_version)
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|