diff options
author | Brad King <brad.king@kitware.com> | 2008-03-11 21:25:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-03-11 21:25:49 (GMT) |
commit | fdf169be3a9e78e55d4c87b8341c2bddfca6a57f (patch) | |
tree | 506e29f30d65bb4164d3dc6c46839bb8ec201536 /Source/cmake.h | |
parent | b5cebc00f7a4ebc28a903f056fab2b0a799f1ad3 (diff) | |
download | CMake-fdf169be3a9e78e55d4c87b8341c2bddfca6a57f.zip CMake-fdf169be3a9e78e55d4c87b8341c2bddfca6a57f.tar.gz CMake-fdf169be3a9e78e55d4c87b8341c2bddfca6a57f.tar.bz2 |
BUG: Fixes to VS8/VS9 project regeneration rules
- ZERO_CHECK should check all stamps in case
of parallel build (fixes complex test failure)
- ZERO_CHECK should not appear when
CMAKE_SUPPRESS_REGENERATION is on (fixes bug 6490)
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 3670b4a..b4d6036 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -435,6 +435,7 @@ private: std::string CCEnvironment; std::string CheckBuildSystemArgument; std::string CheckStampFile; + std::string CheckStampList; std::string VSSolutionFile; std::string CTestCommand; std::string CPackCommand; |