summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-11-19 18:45:16 (GMT)
committerBrad King <brad.king@kitware.com>2007-11-19 18:45:16 (GMT)
commit3b59c7b97a1845fa16abee6ce130fa189cc9be13 (patch)
treec17ea3e28edbd74c3adadbb3b2ad36ba9d135c32 /Source/cmake.h
parent9f864879b4869cefea70099414634c0aed2eb547 (diff)
downloadCMake-3b59c7b97a1845fa16abee6ce130fa189cc9be13.zip
CMake-3b59c7b97a1845fa16abee6ce130fa189cc9be13.tar.gz
CMake-3b59c7b97a1845fa16abee6ce130fa189cc9be13.tar.bz2
ENH: Added call to StopBuild VS macro when projects fail to regenerate during a build.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index aa0ff28..feb154d 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -402,6 +402,7 @@ private:
std::string CCEnvironment;
std::string CheckBuildSystemArgument;
std::string CheckStampFile;
+ std::string VSSolutionFile;
std::string CTestCommand;
std::string CPackCommand;
bool ClearBuildSystem;