ENH: Renamed ZeroTargetCheck target to ZERO_CHECK for consistency with other CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL).

This commit is contained in:
Brad King 2005-12-14 11:00:44 -05:00
parent 9f38df7046
commit 805d365d47
1 changed files with 1 additions and 1 deletions

View File

@ -104,6 +104,6 @@ protected:
std::map<cmStdString, cmStdString> m_GUIDMap; std::map<cmStdString, cmStdString> m_GUIDMap;
}; };
#define CMAKE_CHECK_BUILD_SYSTEM_TARGET "ZeroTargetCheck" #define CMAKE_CHECK_BUILD_SYSTEM_TARGET "ZERO_CHECK"
#endif #endif