cmGlobalGeneratorFactory: Provide complete cmGlobalGenerator to deleter

The libc++ `unique_ptr` implementation requires this since C++23.

Fixes: #25388
This commit is contained in:
Brad King
2023-11-06 18:38:19 -05:00
parent 85627a93c9
commit a0fabc4769

View File

@@ -5,6 +5,7 @@
#include "cmConfigure.h" // IWYU pragma: keep
#include "cmDocumentationEntry.h" // IWYU pragma: export
#include "cmGlobalGenerator.h" // IWYU pragma: keep
// TODO The following headers are parts of the `cmGlobalGeneratorFactory`
// public API, so could be defined as export to IWYU
@@ -13,7 +14,6 @@
#include <cm/memory>
class cmGlobalGenerator;
class cmake;
/** \class cmGlobalGeneratorFactory