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:
Joel Guittet
2025-05-27 15:24:22 +02:00
committed by Benjamin Cabé
parent 621f29e331
commit 7b429462d8

View File

@@ -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.
*/ */