cmMarkAsAdvancedCommand: ignore variables which don't exist in the cache
Merge request reports
Activity
changed milestone to %3.17.0
Errors:
- commit beba95aa cannot be merged; it is marked as a work-in-progress (WIP).
Warnings:
- the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
63 << "\" is not in the cache. This results in an empty cache entry " 64 "which is no longer created with policy CMP0100"; 65 mf.IssueMessage(MessageType::AUTHOR_WARNING, e.str()); 38 66 } 67 68 // If it's not in the cache and we're using the new behavior, nothing to 69 // see here. 70 if (ignoreVariable) { 71 continue; 72 } 73 74 // Check if we want the old behavior of making a dummy cache entry. 75 if (oldBehavior) { 76 if (!state->GetCacheEntryValue(variable)) { 77 status.GetMakefile().GetCMakeInstance()->AddCacheEntry( 78 variable, nullptr, nullptr, cmStateEnums::UNINITIALIZED); - Resolved by Ben Boeckel
- Resolved by Ben Boeckel
added 1 commit
- 598a65b8 - WIP: cmMarkAsAdvancedCommand: ignore variables which don't exist in the cache
Errors:
- commit 598a65b8 cannot be merged; it is marked as a work-in-progress (WIP).
- commit 598a65b8 is not allowed because the following files are not formatted according to the 'clang-format-6.0' check:
Source/cmMarkAsAdvancedCommand.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Warnings:
- the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
added 1 commit
- 3e2f0baa - WIP: cmMarkAsAdvancedCommand: ignore variables which don't exist in the cache
Errors:
- commit 3e2f0baa cannot be merged; it is marked as a work-in-progress (WIP).
Warnings:
- the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
added 1 commit
- 1fde1df5 - WIP: cmMarkAsAdvancedCommand: ignore variables which don't exist in the cache
Errors:
- commit 1fde1df5 cannot be merged; it is marked as a work-in-progress (WIP).
Warnings:
- the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
mentioned in commit ben.boeckel/smtk@435a11fe
mentioned in commit ben.boeckel/smtk@c1f48e88
@sebholt FYI, we may have a policy number collision depending on whether this overlaps with your
hh
policy change.mentioned in merge request cmb/cmb-superbuild!577 (merged)
added workflow:wip label