diff options
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
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 |