Skip to content

Fix export file variable pollution

Matthew Woehlke requested to merge matthew-woehlke/cmake:fix-export-unset into master

Add missing unset of scratch variables to generated export file for case that the file was already included. We already unset these when parsing the file normally, but the multiple inclusion case was leaving them around.

Merge request reports