Skip to content

Commit 7b42946

Browse files
joelguittetkartben
authored andcommitted
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>
1 parent 621f29e commit 7b42946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _@VERSION_TYPE@_VERSION_H_
22
#define _@VERSION_TYPE@_VERSION_H_
33

4-
/* The template values come from cmake/version.cmake
4+
/* The template values come from cmake/modules/version.cmake
55
* BUILD_VERSION related template values will be 'git describe',
66
* alternatively user defined BUILD_VERSION.
77
*/

0 commit comments

Comments
 (0)