mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'enh-AddCacheEntry-accepts-new-types'
f84193292cUse new AddCacheEntry signatures3c2e58eeb8AddCacheEntry accept cmProp or std::string Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6495
This commit is contained in:
@@ -2142,7 +2142,7 @@ void cmLocalVisualStudio7Generator::ReadAndStoreExternalGUID(
|
||||
std::string guidStoreName = cmStrCat(name, "_GUID_CMAKE");
|
||||
// save the GUID in the cache
|
||||
this->GlobalGenerator->GetCMakeInstance()->AddCacheEntry(
|
||||
guidStoreName, parser.GUID.c_str(), "Stored GUID", cmStateEnums::INTERNAL);
|
||||
guidStoreName, parser.GUID, "Stored GUID", cmStateEnums::INTERNAL);
|
||||
}
|
||||
|
||||
std::string cmLocalVisualStudio7Generator::GetTargetDirectory(
|
||||
|
||||
Reference in New Issue
Block a user