diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-19 20:10:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-19 20:10:38 (GMT) |
commit | d6836427b34230c9cc87412d45fc74fc8aeec2c1 (patch) | |
tree | a01f31b7bab7f3ef3617ed0f9ac509528dea47ed /Source/FLTKDialog/CMakeSetupGUIImplementation.cxx | |
parent | 016cc41e6e9843c07fd7918a3b3e46ce9e995b95 (diff) | |
download | CMake-d6836427b34230c9cc87412d45fc74fc8aeec2c1.zip CMake-d6836427b34230c9cc87412d45fc74fc8aeec2c1.tar.gz CMake-d6836427b34230c9cc87412d45fc74fc8aeec2c1.tar.bz2 |
ENH: build fltk cmake on unix with bootstrap
Diffstat (limited to 'Source/FLTKDialog/CMakeSetupGUIImplementation.cxx')
-rw-r--r-- | Source/FLTKDialog/CMakeSetupGUIImplementation.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx index ea91e5f..b1eab89 100644 --- a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx +++ b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx @@ -1,14 +1,14 @@ #include "CMakeSetupGUIImplementation.h" -#include "Fl/fl_file_chooser.H" -#include "Fl/filename.H" -#include "Fl/fl_ask.H" +#include "FL/fl_file_chooser.H" +#include "FL/filename.H" +#include "FL/fl_ask.H" #include "cstring" #include "../cmCacheManager.h" #include "../cmMakefile.h" #include <iostream> #include "FLTKPropertyList.h" -#include "Fl/fl_draw.H" +#include "FL/fl_draw.H" #include "../cmake.h" |