summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmFLTKWrapUICommand.cxx2
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();