diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-19 19:33:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-19 19:33:37 (GMT) |
commit | d454811a63636b835483b6ddad7a36d16f9b75db (patch) | |
tree | eaf3134a7d7338c05490b62387a6ac752d106862 /Source/FLTKDialog | |
parent | f991ddd4ba29bd67059e5c2ebe108333e452bbe1 (diff) | |
download | CMake-d454811a63636b835483b6ddad7a36d16f9b75db.zip CMake-d454811a63636b835483b6ddad7a36d16f9b75db.tar.gz CMake-d454811a63636b835483b6ddad7a36d16f9b75db.tar.bz2 |
ENH: add bootstrap support for building fltk
Diffstat (limited to 'Source/FLTKDialog')
-rw-r--r-- | Source/FLTKDialog/CMakeSetupGUI.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUI.cxx b/Source/FLTKDialog/CMakeSetupGUI.cxx index 7855d36..dac7f42 100644 --- a/Source/FLTKDialog/CMakeSetupGUI.cxx +++ b/Source/FLTKDialog/CMakeSetupGUI.cxx @@ -127,7 +127,7 @@ void CMakeSetupGUI::Show(void) { } bool CMakeSetupGUI::SetBinaryPath(const char *) { -} +return true;} bool CMakeSetupGUI::SetSourcePath(const char *) { -} +return true;} |