mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
Refactor: reduce cmToCStr usage
This commit is contained in:
@@ -905,8 +905,7 @@ private:
|
||||
|
||||
void ComputeVersionedName(std::string& vName, std::string const& prefix,
|
||||
std::string const& base, std::string const& suffix,
|
||||
std::string const& name,
|
||||
const char* version) const;
|
||||
std::string const& name, cmProp version) const;
|
||||
|
||||
struct CompatibleInterfacesBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user