ENH: make sure command depends on fluid

This commit is contained in:
Bill Hoffman 2006-04-24 11:30:57 -04:00
parent 7cad270fa5
commit c9cd47deda
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args)
// add starting depends
std::vector<std::string> depends;
depends.push_back(origname);
depends.push_back(fluid_exe);
std::string cxxres = outputDirectory.c_str();
cxxres += "/" + srcName;
cxxres += ".cxx";