mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Source: use std::string in place of const char*
This commit is contained in:
committed by
Brad King
parent
feea34e7eb
commit
bbc07e4561
@@ -77,8 +77,8 @@ bool cmIncludeExternalMSProjectCommand(std::vector<std::string> const& args,
|
||||
|
||||
if (!customGuid.empty()) {
|
||||
std::string guidVariable = utility_name + "_GUID_CMAKE";
|
||||
mf.GetCMakeInstance()->AddCacheEntry(guidVariable.c_str(),
|
||||
customGuid.c_str(), "Stored GUID",
|
||||
mf.GetCMakeInstance()->AddCacheEntry(guidVariable, customGuid.c_str(),
|
||||
"Stored GUID",
|
||||
cmStateEnums::INTERNAL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user