Browse Source

BUG: Removed bogust dependency.

Brad King 20 years ago
parent
commit
18477b194c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmFLTKWrapUICommand.cxx

+ 0 - 1
Source/cmFLTKWrapUICommand.cxx

@@ -63,7 +63,6 @@ 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");
       std::string cxxres = outputDirectory.c_str();
       cxxres += "/" + srcName;
       cxxres += ".cxx";