mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 22:28:35 -06:00
cmGlobalGeneratorFactory: Provide complete cmGlobalGenerator to deleter
The libc++ `unique_ptr` implementation requires this since C++23. Fixes: #25388
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user