-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include additional headers during cmake install #795
Conversation
4c2f928
to
57de5c3
Compare
This is useful change and it closely resembles the one Debian uses and I am using in Kodi (yet this change might need CMake older than 3.15). I am now going to check if this PR works as expected with current CMake and CMake < 3.15 before I mark it as ready. |
Co-authored-by: Vasyl Gello <[email protected]>
Great! Although not principal, the changed line should be indented for better readability. I dont know why Android client app for Github that I use has chewed leading spaces :( |
@HowardHinnant can be merged with indentation fix :) |
I'm not comfortable making this change. It isn't that I don't like the change. It is that I don't understand the git process well enough to be assured I will make the change without messing it up. |
Moment, let me do the branch off it and show how it should look like! |
git checkout master
git pull
git fetch https://github.com/basilgello/date include-headers
git merge --ff FETCH_HEAD Branch: https://github.com/basilgello/date/commits/include-headers |
Thanks! Merged: 3613526 |
cmake install only copies date/date.h in the installation path.
This PR adds the other headers in the installation path during cmake install.