Fix compiler warning with initialization order.
This commit is contained in:
parent
5285458342
commit
6674583caa
|
@ -97,11 +97,11 @@ protected:
|
||||||
void CreateGeneratorTarget();
|
void CreateGeneratorTarget();
|
||||||
|
|
||||||
cmTarget* Target;
|
cmTarget* Target;
|
||||||
cmGeneratorTarget* GeneratorTarget;
|
|
||||||
bool ImportLibrary;
|
bool ImportLibrary;
|
||||||
std::string FilePermissions;
|
std::string FilePermissions;
|
||||||
bool Optional;
|
bool Optional;
|
||||||
NamelinkModeType NamelinkMode;
|
NamelinkModeType NamelinkMode;
|
||||||
|
cmGeneratorTarget* GeneratorTarget;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue