From 95a506e6de3ba473d9d7ed9a0d204e657bc6a316 Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Mon, 2 Sep 2002 17:29:52 -0400 Subject: [PATCH] FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE because Module files are moving to consistent scheme --- Source/cmFLTKWrapUICommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx index 228215c3f..dca57bf6d 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();