[cmake-commits] alex committed cmIncludeExternalMSProjectCommand.cxx 1.19 1.20

cmake-commits at cmake.org cmake-commits at cmake.org
Tue May 22 11:06:01 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv27558

Modified Files:
	cmIncludeExternalMSProjectCommand.cxx 
Log Message:
COMP: compile fix

Alex


Index: cmIncludeExternalMSProjectCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmIncludeExternalMSProjectCommand.cxx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cmIncludeExternalMSProjectCommand.cxx	22 May 2007 14:24:59 -0000	1.19
+++ cmIncludeExternalMSProjectCommand.cxx	22 May 2007 15:05:59 -0000	1.20
@@ -50,7 +50,7 @@
     cmSystemTools::ConvertToUnixSlashes(path);
 
     // 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");
     std::vector<std::string> no_outputs;
     cmCustomCommandLines commandLines;



More information about the Cmake-commits mailing list