-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Install doesn't install header files #3517
Comments
I was able to repro this on macOS and it looks like a recent regression related to modules work. |
I am getting this today with Fedora Linux. |
vitaut
changed the title
Install doesn't install header files on MS-Windows
Install doesn't install header files
Jul 1, 2023
Header installation was working on 75f3b1c. |
Bisected the regression to 13156e5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Windows, install only installs everything except the header files. In CMakeLists.txt, the install is set up like this:
But nowhere else are the header files marked "PUBLIC_HEADER".
Adding
in line 289 right after
does just that. But cmake is not my strongest suit.
Best Regards,
Mathias
The text was updated successfully, but these errors were encountered: