Browse Source

ENH: make sure command depends on fluid

Bill Hoffman 19 năm trước cách đây
mục cha
commit
c9cd47deda
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
       // add starting depends
       std::vector<std::string> depends;
       std::vector<std::string> depends;
       depends.push_back(origname);
       depends.push_back(origname);
+      depends.push_back(fluid_exe);
       std::string cxxres = outputDirectory.c_str();
       std::string cxxres = outputDirectory.c_str();
       cxxres += "/" + srcName;
       cxxres += "/" + srcName;
       cxxres += ".cxx";
       cxxres += ".cxx";