diff options
author | Brad King <brad.king@kitware.com> | 2006-01-14 00:36:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-01-14 00:36:17 (GMT) |
commit | 18477b194ca49a58c253af76bf11504dd51edaef (patch) | |
tree | 847ff2ae602386ceec47218ff3e3d7ee03d507d5 /Source/cmFLTKWrapUICommand.cxx | |
parent | 079826d3670354e5331bbdc1c09f4e7376e16b54 (diff) | |
download | CMake-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.cxx | 1 |
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"; |