Commit d40b96f
authored
Fix version variable in reference manual PDF filename (#1363)
The variable SDF_VERSION_FULL is a C preprocessor macro which is set to
the value of the CMake variable PROJECT_VERSION_FULL in config.hh.in. It
is not defined as a CMake variable itself, and currently evaluates to an
empty string resulting in refman.pdf being renamed to sdf-.pdf.
Signed-off-by: Scott K Logan <[email protected]>1 parent 191e58b commit d40b96f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
0 commit comments