summaryrefslogtreecommitdiff
path: root/Source/cmFLTKWrapUICommand.cxx
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-02 17:29:52 -0400
committerIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-02 17:29:52 -0400
commit95a506e6de3ba473d9d7ed9a0d204e657bc6a316 (patch)
tree87895f1ae09bb9a6593647177a69d632fa245b53 /Source/cmFLTKWrapUICommand.cxx
parentc5d31d32e27704544e5680ab760201e6c83f14dd (diff)
downloadcmake-95a506e6de3ba473d9d7ed9a0d204e657bc6a316.tar.gz
FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE
because Module files are moving to consistent scheme
Diffstat (limited to 'Source/cmFLTKWrapUICommand.cxx')
-rw-r--r--Source/cmFLTKWrapUICommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx
index 228215c3f7..dca57bf6d7 100644
--- a/Source/cmFLTKWrapUICommand.cxx
+++ b/Source/cmFLTKWrapUICommand.cxx
@@ -95,7 +95,7 @@ void cmFLTKWrapUICommand::FinalPass()
// first we add the rules for all the .fl to .h and .cxx files
size_t lastHeadersClass = m_GeneratedHeadersClasses.size();
- std::string fluid_exe = "${FLTK_FLUID_EXE}";
+ std::string fluid_exe = "${FLTK_FLUID_EXECUTABLE}";
std::string outputGUIDirectory = m_Makefile->GetCurrentOutputDirectory();