summaryrefslogtreecommitdiff
path: root/Source/cmFLTKWrapUICommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-11 10:45:33 -0400
committerKen Martin <ken.martin@kitware.com>2006-05-11 10:45:33 -0400
commit039ec75730f46470d7c728a1044acfbce366522a (patch)
tree1ad367006f17deddc9334afba667842d1f45a7d0 /Source/cmFLTKWrapUICommand.cxx
parent6e64163019f19621058f45b696d5ce02c4db2e74 (diff)
downloadcmake-039ec75730f46470d7c728a1044acfbce366522a.tar.gz
STYLE: fix line length
Diffstat (limited to 'Source/cmFLTKWrapUICommand.cxx')
-rw-r--r--Source/cmFLTKWrapUICommand.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx
index c6097c4587..2412d55ff2 100644
--- a/Source/cmFLTKWrapUICommand.cxx
+++ b/Source/cmFLTKWrapUICommand.cxx
@@ -139,9 +139,10 @@ void cmFLTKWrapUICommand::FinalPass()
std::string msg =
"In CMake 2.2 the FLTK_WRAP_UI command sets a variable to the list of "
"source files that should be added to your executable or library. It "
- "appears that you have not added these source files to your target. You "
- "should change your CMakeLists.txt file to directly add the generated "
- "files to the target. For example FTLK_WRAP_UI(foo src1 src2 src3) "
+ "appears that you have not added these source files to your target. "
+ "You should change your CMakeLists.txt file to "
+ "directly add the generated files to the target. "
+ "For example FTLK_WRAP_UI(foo src1 src2 src3) "
"will create a variable named foo_FLTK_UI_SRCS that contains the list "
"of sources to add to your target when you call ADD_LIBRARY or "
"ADD_EXECUTABLE. For now CMake will add the sources to your target "