summaryrefslogtreecommitdiffstats
path: root/Source/cmFLTKWrapUICommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-01-14 00:36:17 (GMT)
committerBrad King <brad.king@kitware.com>2006-01-14 00:36:17 (GMT)
commit18477b194ca49a58c253af76bf11504dd51edaef (patch)
tree847ff2ae602386ceec47218ff3e3d7ee03d507d5 /Source/cmFLTKWrapUICommand.cxx
parent079826d3670354e5331bbdc1c09f4e7376e16b54 (diff)
downloadCMake-18477b194ca49a58c253af76bf11504dd51edaef.zip
CMake-18477b194ca49a58c253af76bf11504dd51edaef.tar.gz
CMake-18477b194ca49a58c253af76bf11504dd51edaef.tar.bz2
BUG: Removed bogust dependency.
Diffstat (limited to 'Source/cmFLTKWrapUICommand.cxx')
-rw-r--r--Source/cmFLTKWrapUICommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx
index a57d588..8a54323 100644
--- a/Source/cmFLTKWrapUICommand.cxx
+++ b/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";