summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-19 19:33:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-19 19:33:37 (GMT)
commitd454811a63636b835483b6ddad7a36d16f9b75db (patch)
treeeaf3134a7d7338c05490b62387a6ac752d106862 /Source/FLTKDialog
parentf991ddd4ba29bd67059e5c2ebe108333e452bbe1 (diff)
downloadCMake-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.cxx4
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;}