summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-24 12:12:45 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-24 12:12:45 -0400
commit661298475fab40fb67e81debced4a315771ed5ae (patch)
treee64cddd00c220572bce7ae8c09658afb0ee04a27
parent8913cbffdee9fdff52e18e1ed795277c68acfc2c (diff)
downloadcmake-661298475fab40fb67e81debced4a315771ed5ae.tar.gz
ENH: fix fltk fluid order of build
-rw-r--r--Source/cmFLTKWrapUICommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx
index 1252fe6626..118cbfb70b 100644
--- a/Source/cmFLTKWrapUICommand.cxx
+++ b/Source/cmFLTKWrapUICommand.cxx
@@ -63,6 +63,7 @@ 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_exe);
std::string cxxres = outputDirectory.c_str();
cxxres += "/" + srcName;
cxxres += ".cxx";