diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-24 15:30:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-24 15:30:57 (GMT) |
commit | c9cd47dedabd142c97fa6219375f91712628b501 (patch) | |
tree | f7b3dfcdcbe990c0f13a0e25e06cbf365f0265b3 /Source/cmFLTKWrapUICommand.cxx | |
parent | 7cad270fa59aa0bd5d103498fc702cf37936e107 (diff) | |
download | CMake-c9cd47dedabd142c97fa6219375f91712628b501.zip CMake-c9cd47dedabd142c97fa6219375f91712628b501.tar.gz CMake-c9cd47dedabd142c97fa6219375f91712628b501.tar.bz2 |
ENH: make sure command depends on fluid
Diffstat (limited to 'Source/cmFLTKWrapUICommand.cxx')
-rw-r--r-- | Source/cmFLTKWrapUICommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx index 1252fe6..118cbfb 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"; |