-
Notifications
You must be signed in to change notification settings - Fork 668
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
Build error: "export could not write export file" #142
Comments
Strange, maybe @jamiesnape has an idea? |
Does the directory |
Looks like this is at least partly down to a bug in old CMake. On Ubuntu Trusty (CMake 2.8.12.2):
Error is:
However, doing the exact same under Homebrew (CMake 3.6.2) succeeds just fine, and the following three files are created:
So first of all, I don't think it's correct behaviour to be generating these into the source folder— they should go in the build tree. But the larger issue is that Would we entertain a PR that pre-creates the missing path if it doesn't exist? |
Definitely, see #133. I needed to be consistent with the existing layout when adding the exports. |
I will PR a workaround shortly. |
See:
Reverting to before #140 merged resolves the issue.
The text was updated successfully, but these errors were encountered: