mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
cmGlobalGenerator: De-virtualize Compute().
It now implements the NVI pattern.
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
*/
|
||||
virtual void Configure();
|
||||
|
||||
virtual bool Compute();
|
||||
bool Compute();
|
||||
virtual void AddExtraIDETargets() {}
|
||||
|
||||
enum TargetTypes {
|
||||
|
||||
Reference in New Issue
Block a user