mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Help: Mark default CMake generator with asterisk
Required extracting default generator evaluation to explicit function, as Visual Studio generators get validated during their construction. Fixes: #18544
This commit is contained in:
@@ -12,6 +12,7 @@ struct cmDocumentationEntry
|
||||
{
|
||||
std::string Name;
|
||||
std::string Brief;
|
||||
char CustomNamePrefix = ' ';
|
||||
cmDocumentationEntry() {}
|
||||
cmDocumentationEntry(const char* doc[2])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user