some updates
This commit is contained in:
parent
eacc8da7e5
commit
24f4c279d9
@ -64,7 +64,7 @@ bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args)
|
|||||||
cmSourceFile *curr = m_Makefile->GetSource(i->c_str());
|
cmSourceFile *curr = m_Makefile->GetSource(i->c_str());
|
||||||
// if we should use the source GUI
|
// if we should use the source GUI
|
||||||
// to generate .cxx and .h files
|
// to generate .cxx and .h files
|
||||||
if (!curr || !curr->GetPropertyAsBool("WRAP_EXCLUDE"))
|
if (!curr && !curr->GetPropertyAsBool("WRAP_EXCLUDE"))
|
||||||
{
|
{
|
||||||
cmSourceFile header_file;
|
cmSourceFile header_file;
|
||||||
cmSourceFile source_file;
|
cmSourceFile source_file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user