mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 18:08:40 -05:00
CMake code rely on cmList class for CMake lists management (part. 1)
This commit is contained in:
@@ -80,13 +80,6 @@ std::vector<std::string> cmTokenize(cm::string_view str, cm::string_view sep)
|
||||
return tokens;
|
||||
}
|
||||
|
||||
std::vector<std::string> cmExpandedList(cm::string_view arg, bool emptyArgs)
|
||||
{
|
||||
std::vector<std::string> argsOut;
|
||||
cmExpandList(arg, argsOut, emptyArgs);
|
||||
return argsOut;
|
||||
}
|
||||
|
||||
namespace {
|
||||
template <std::size_t N, typename T>
|
||||
inline void MakeDigits(cm::string_view& view, char (&digits)[N],
|
||||
|
||||
Reference in New Issue
Block a user