version.h.in: fix cmake comment
Fix comment indicating path to the cmake script generating version.h file. Signed-off-by: Joel Guittet <joelguittet@gmail.com>
This commit is contained in:
committed by
Benjamin Cabé
parent
621f29e331
commit
7b429462d8
@@ -1,7 +1,7 @@
|
|||||||
#ifndef _@VERSION_TYPE@_VERSION_H_
|
#ifndef _@VERSION_TYPE@_VERSION_H_
|
||||||
#define _@VERSION_TYPE@_VERSION_H_
|
#define _@VERSION_TYPE@_VERSION_H_
|
||||||
|
|
||||||
/* The template values come from cmake/version.cmake
|
/* The template values come from cmake/modules/version.cmake
|
||||||
* BUILD_VERSION related template values will be 'git describe',
|
* BUILD_VERSION related template values will be 'git describe',
|
||||||
* alternatively user defined BUILD_VERSION.
|
* alternatively user defined BUILD_VERSION.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user