summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-12-14 11:00:44 -0500
committerBrad King <brad.king@kitware.com>2005-12-14 11:00:44 -0500
commit805d365d479a916acf2c5638809fb046fc28dc97 (patch)
tree00469ea8e89aebf9189fb854ed54bebb429c5c1d
parent9f38df7046dfdad0cff0095ada3ace52afe28c34 (diff)
downloadcmake-805d365d479a916acf2c5638809fb046fc28dc97.tar.gz
ENH: Renamed ZeroTargetCheck target to ZERO_CHECK for consistency with other CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL).
-rw-r--r--Source/cmGlobalVisualStudio7Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h
index 8141370c4e..2af47f7fc2 100644
--- a/Source/cmGlobalVisualStudio7Generator.h
+++ b/Source/cmGlobalVisualStudio7Generator.h
@@ -104,6 +104,6 @@ protected:
std::map<cmStdString, cmStdString> m_GUIDMap;
};
-#define CMAKE_CHECK_BUILD_SYSTEM_TARGET "ZeroTargetCheck"
+#define CMAKE_CHECK_BUILD_SYSTEM_TARGET "ZERO_CHECK"
#endif