summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-12-14 16:00:44 (GMT)
committerBrad King <brad.king@kitware.com>2005-12-14 16:00:44 (GMT)
commit805d365d479a916acf2c5638809fb046fc28dc97 (patch)
tree00469ea8e89aebf9189fb854ed54bebb429c5c1d
parent9f38df7046dfdad0cff0095ada3ace52afe28c34 (diff)
downloadCMake-805d365d479a916acf2c5638809fb046fc28dc97.zip
CMake-805d365d479a916acf2c5638809fb046fc28dc97.tar.gz
CMake-805d365d479a916acf2c5638809fb046fc28dc97.tar.bz2
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 8141370..2af47f7 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