diff options
author | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-02 21:29:52 (GMT) |
---|---|---|
committer | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-02 21:29:52 (GMT) |
commit | 95a506e6de3ba473d9d7ed9a0d204e657bc6a316 (patch) | |
tree | 87895f1ae09bb9a6593647177a69d632fa245b53 /Source/cmFLTKWrapUICommand.cxx | |
parent | c5d31d32e27704544e5680ab760201e6c83f14dd (diff) | |
download | CMake-95a506e6de3ba473d9d7ed9a0d204e657bc6a316.zip CMake-95a506e6de3ba473d9d7ed9a0d204e657bc6a316.tar.gz CMake-95a506e6de3ba473d9d7ed9a0d204e657bc6a316.tar.bz2 |
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.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx index 228215c..dca57bf 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(); |