Skip to content
Snippets Groups Projects
Commit af60114f authored by Bill Hoffman's avatar Bill Hoffman
Browse files

BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files

parent eae89e0f
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ bool cmAuxSourceDirectoryCommand::InitialPass(std::vector<std::string> const& ar
sourceListValue += ";";
}
sourceListValue += cmfile.GetSourceName();
sourceListValue += ".";
sourceListValue += cmfile.GetSourceExtension();
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment