mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
modified how source files store properties
This commit is contained in:
@@ -71,7 +71,7 @@ bool cmSourceFilesCommand::InitialPass(std::vector<std::string> const& argsIn)
|
||||
continue;
|
||||
}
|
||||
cmSourceFile file;
|
||||
file.SetIsAnAbstractClass(false);
|
||||
file.SetProperty("ABSTRACT","0");
|
||||
std::string path = cmSystemTools::GetFilenamePath(copy);
|
||||
if ( generated )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user