瀏覽代碼

COMP: Fix build during bootstrap on MSys.

Brad King 18 年之前
父節點
當前提交
b28c2625c7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Source/cmake.cxx

+ 2 - 2
Source/cmake.cxx

@@ -78,7 +78,7 @@
 #endif
 #endif
 #include "cmGlobalUnixMakefileGenerator3.h"
 #include "cmGlobalUnixMakefileGenerator3.h"
 
 
-#if defined(_WIN32)
+#if defined(CMAKE_HAVE_VS_GENERATORS)
 #include "cmCallVisualStudioMacro.h"
 #include "cmCallVisualStudioMacro.h"
 #endif
 #endif
 
 
@@ -1337,7 +1337,7 @@ int cmake::ExecuteCMakeCommand(std::vector<std::string>& args)
       return result;
       return result;
       }
       }
 
 
-#if defined(_WIN32)
+#if defined(CMAKE_HAVE_VS_GENERATORS)
     // Internal CMake support for calling Visual Studio macros.
     // Internal CMake support for calling Visual Studio macros.
     else if (args[1] == "cmake_call_visual_studio_macro" && args.size() >= 4)
     else if (args[1] == "cmake_call_visual_studio_macro" && args.size() >= 4)
       {
       {