Commit 8595f97
committed
Install Version.h when installing by CMakeLists (apache#361)
### Motivation
The macOS pre-built binaries don't include the Version.h generated from
CMake. It's because `cmake --target install` does not install the
`Version.h`, which is generated by `configure_file`.
### Modifications
Install the `Version.h`.
(cherry picked from commit 751c807)1 parent 6192987 commit 8595f97
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
0 commit comments