Will do. On Mon, Jun 17, 2013 at 6:39 PM, Stephen Kelly <[email protected]> wrote: > 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. > > -- > > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers --
Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
