Skip to content

Conversation

@BewareMyPower
Copy link
Contributor

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.

### 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`.
@BewareMyPower BewareMyPower self-assigned this Dec 3, 2023
@BewareMyPower BewareMyPower added this to the 3.5.0 milestone Dec 3, 2023
@BewareMyPower BewareMyPower merged commit 751c807 into apache:main Dec 4, 2023
@BewareMyPower BewareMyPower deleted the bewaremypower/install-version.h branch December 4, 2023 02:25
BewareMyPower added a commit that referenced this pull request Dec 6, 2023
### 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants