mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
cmGeneratorTarget::SourceFileFlags: remove custom copy ctor
This commit is contained in:
@@ -512,11 +512,6 @@ public:
|
||||
, MacFolder(CM_NULLPTR)
|
||||
{
|
||||
}
|
||||
SourceFileFlags(SourceFileFlags const& r)
|
||||
: Type(r.Type)
|
||||
, MacFolder(r.MacFolder)
|
||||
{
|
||||
}
|
||||
SourceFileType Type;
|
||||
const char* MacFolder; // location inside Mac content folders
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user