mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
minor fix
This commit is contained in:
parent
d8088655ff
commit
a57202fcc4
@ -166,7 +166,10 @@ void cmVTKWrapTclCommand::FinalPass()
|
|||||||
m_Makefile->AddSource(m_WrapClasses[classNum],m_SourceList.c_str());
|
m_Makefile->AddSource(m_WrapClasses[classNum],m_SourceList.c_str());
|
||||||
std::vector<std::string> args;
|
std::vector<std::string> args;
|
||||||
args.push_back(m_WrapHeaders[classNum]);
|
args.push_back(m_WrapHeaders[classNum]);
|
||||||
args.push_back(hints);
|
if (strcmp("${VTK_WRAP_HINTS}",hints.c_str()))
|
||||||
|
{
|
||||||
|
args.push_back(hints);
|
||||||
|
}
|
||||||
args.push_back((m_WrapClasses[classNum].IsAnAbstractClass() ? "0" : "1"));
|
args.push_back((m_WrapClasses[classNum].IsAnAbstractClass() ? "0" : "1"));
|
||||||
std::string res = m_Makefile->GetCurrentOutputDirectory();
|
std::string res = m_Makefile->GetCurrentOutputDirectory();
|
||||||
res += "/";
|
res += "/";
|
||||||
|
Loading…
Reference in New Issue
Block a user