[cmake-developers] CMake branch, next, updated. v2.8.11.1-2643-g6a0bf5e

Stephen Kelly steveire at gmail.com
Mon Jun 17 18:39:35 EDT 2013


Robert Maynard wrote:

> @@ -666,7 +666,7 @@ public:
> */
> const std::vector<std::string>& GetOutputFiles() const
> { return this->OutputFiles; }
> -  void AddCMakeOutputFile(const char* file)
> +  void AddCMakeOutputFile(const std::string& file)

It makes sense to split this into a separate patch.

Thanks,

Steve.




More information about the cmake-developers mailing list