瀏覽代碼

COMP: compile fix

Alex
Alexander Neundorf 18 年之前
父節點
當前提交
bef8d3580b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmIncludeExternalMSProjectCommand.cxx

+ 1 - 1
Source/cmIncludeExternalMSProjectCommand.cxx

@@ -50,7 +50,7 @@ bool cmIncludeExternalMSProjectCommand
     cmSystemTools::ConvertToUnixSlashes(path);
     cmSystemTools::ConvertToUnixSlashes(path);
 
 
     // Create a target instance for this utility.
     // Create a target instance for this utility.
-    cmTarget* target=this->Makefile->AddNewTarget(cmTarget::UTILITY, utility_name.c_str());
+    cmTarget* target=this->Makefile->AddNewTarget(cmTarget::UTILITY, utility_name.c_str(), false);
     target->SetProperty("EXCLUDE_FROM_ALL","FALSE");
     target->SetProperty("EXCLUDE_FROM_ALL","FALSE");
     std::vector<std::string> no_outputs;
     std::vector<std::string> no_outputs;
     cmCustomCommandLines commandLines;
     cmCustomCommandLines commandLines;