summaryrefslogtreecommitdiffstats
path: root/Source/cmWindowsConfigure.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2000-09-18 13:19:38 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2000-09-18 13:19:38 (GMT)
commit283d3a0b734750a3bddfda9569894639571cf567 (patch)
treeac2ab120894feb883aeb5dce12a3e1af911c9bc4 /Source/cmWindowsConfigure.h
parent38f5ab8527a20caa7b7a2b867a1596ac05321e6b (diff)
downloadCMake-283d3a0b734750a3bddfda9569894639571cf567.zip
CMake-283d3a0b734750a3bddfda9569894639571cf567.tar.gz
CMake-283d3a0b734750a3bddfda9569894639571cf567.tar.bz2
ENH: added a config setup file for CMakeSetup. Cleaned up the names of the source and binary directories
Diffstat (limited to 'Source/cmWindowsConfigure.h')
-rw-r--r--Source/cmWindowsConfigure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmWindowsConfigure.h b/Source/cmWindowsConfigure.h
index e0a7413..fa3059b 100644
--- a/Source/cmWindowsConfigure.h
+++ b/Source/cmWindowsConfigure.h
@@ -40,7 +40,7 @@ public:
{
m_WhereBuild = dir;
}
- virtual void Configure() = 0;
+ virtual bool Configure(const char* input);
protected:
std::string m_WhereSource;
std::string m_WhereBuild;