-
Notifications
You must be signed in to change notification settings - Fork 60
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
[csolution] intdir
: solution level intermediate directory is needed for multi-context CMakelists
#1243
Comments
It this really required? I would suggest to clarify the behavior of access sequences. It could be:
Without |
The direct CMake flow:
A potential solution is to only allow to specify |
Current situation
Is this correct? |
Your understanding is correct, however it is not only a matter of documentation. Removing the Access Sequences evaluation would be an incompatible breaking change. This is certainly a possible solution but it requires a major version increment. |
In case of Access sequences in Note: that this restriction is caused by the fact that the native CMake dependency check does not allow this level of control. Personally, I'm not aware of a usecase where the user needs fine control of the temp directory layout. |
Solved by #1607. |
In the multi-context scenario a solution level intermediate directory is needed.
By default it could be the top level
tmp
directory already defined in theintdir
specification.How
intdir
should be evaluated when it is customized, in particular concerning context specific access sequences?Should we change or restrict the rules concerning its customization?
The text was updated successfully, but these errors were encountered: