Commit 751c807
authored
Install Version.h when installing by CMakeLists (#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`.1 parent d209482 commit 751c807
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