mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmGlobalGenerator: Require a cmake instance in ctor.
It is required anyway, so this makes it explicit.
This commit is contained in:
@@ -29,7 +29,7 @@ class cmSourceGroup;
|
||||
class cmGlobalXCodeGenerator : public cmGlobalGenerator
|
||||
{
|
||||
public:
|
||||
cmGlobalXCodeGenerator(std::string const& version);
|
||||
cmGlobalXCodeGenerator(cmake* cm, std::string const& version);
|
||||
static cmGlobalGeneratorFactory* NewFactory();
|
||||
|
||||
///! Get the name for the generator.
|
||||
|
||||
Reference in New Issue
Block a user