You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments