Browse Source

ENH: make sure command depends on fluid

Bill Hoffman 19 years ago
parent
commit
c9cd47deda
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmFLTKWrapUICommand.cxx

+ 1 - 0
Source/cmFLTKWrapUICommand.cxx

@@ -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";