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