diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-26 20:15:16 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-26 20:15:16 (GMT) |
commit | 0b6f8be725a48e929bcf7c2e8003ef2f03494b06 (patch) | |
tree | 31361599b6ad4019d441b1a2c8fdffbea3b9c30d /Source/ctest.h | |
parent | 800db3a063b766ccab03afa7bae397700f8f2fe6 (diff) | |
download | CMake-0b6f8be725a48e929bcf7c2e8003ef2f03494b06.zip CMake-0b6f8be725a48e929bcf7c2e8003ef2f03494b06.tar.gz CMake-0b6f8be725a48e929bcf7c2e8003ef2f03494b06.tar.bz2 |
add command line option -D for config directory to run
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index 251977a..eef6b28 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -40,7 +40,7 @@ public: bool m_UseRegExp; std::string m_RegExp; - + std::string m_ConfigType; private: }; |