BUG: Removed bogust dependency.
This commit is contained in:
parent
079826d367
commit
18477b194c
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue