summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog/CMakeSetupGUIImplementation.h
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@kitware.com>2001-06-11 05:20:22 (GMT)
committerLuis Ibanez <luis.ibanez@kitware.com>2001-06-11 05:20:22 (GMT)
commit7a9ab85304015a576a39198a444dc9ad8525f6aa (patch)
tree3b2f988dc61931eabc40d8ceaa9282a9789082c1 /Source/FLTKDialog/CMakeSetupGUIImplementation.h
parent6d04ee9ec175f129baefd226436fcd9c539eafaa (diff)
downloadCMake-7a9ab85304015a576a39198a444dc9ad8525f6aa.zip
CMake-7a9ab85304015a576a39198a444dc9ad8525f6aa.tar.gz
CMake-7a9ab85304015a576a39198a444dc9ad8525f6aa.tar.bz2
ENH: CMake invokation is working.
Diffstat (limited to 'Source/FLTKDialog/CMakeSetupGUIImplementation.h')
-rw-r--r--Source/FLTKDialog/CMakeSetupGUIImplementation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUIImplementation.h b/Source/FLTKDialog/CMakeSetupGUIImplementation.h
index 870f052..d0f8021 100644
--- a/Source/FLTKDialog/CMakeSetupGUIImplementation.h
+++ b/Source/FLTKDialog/CMakeSetupGUIImplementation.h
@@ -39,6 +39,8 @@ private:
fltk::PropertyList m_CacheEntriesList;
std::string m_WhereBuild;
std::string m_WhereSource;
+ std::string m_PathToExecutable;
+ bool m_BuildPathChanged;
};