diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-18 13:19:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-18 13:19:38 (GMT) |
commit | 283d3a0b734750a3bddfda9569894639571cf567 (patch) | |
tree | ac2ab120894feb883aeb5dce12a3e1af911c9bc4 /Source/cmWindowsConfigure.h | |
parent | 38f5ab8527a20caa7b7a2b867a1596ac05321e6b (diff) | |
download | CMake-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.h | 2 |
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; |