-
Notifications
You must be signed in to change notification settings - Fork 68
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
cpp11 branch make install is broken #77
Comments
This is what I think the install code for CMake should look like
|
It needs the opposite fix actually; it should be available as a single header file again. |
@dascandy one way to fix that if your trying to keep things clean would be to use CMake Install to merge the files for you. I'm pretty sure CMake can do that |
Yes I can check this for next release |
Any status on this? |
yes cmake has install feature What is the plan for next release ? should it only support cmake or both ? Related: |
@rianquinn I might as well fix this issue while watching your CppCon talk. I had no idea you were there presenting it. |
Make install does not install any of the needed headers.
The text was updated successfully, but these errors were encountered: