[cmake-developers] CPack API redesign
Brad King
brad.king at kitware.com
Thu Aug 12 08:20:00 EDT 2010
Hi Eric,
On 08/11/2010 05:47 PM, David Cole wrote:
> The warnings Brad fixed showed up on the Continuous dashboard for CMake
> here:
> http://www.cdash.org/CDash/index.php?project=CMake&date=2010-08-11#Continuous
> <http://www.cdash.org/CDash/index.php?project=CMake&date=2010-08-11#Continuous>
There is one more on today's dashboard from last night's runs:
http://www.cdash.org/CDash/viewBuildError.php?type=1&buildid=691787
/home/kitware/Dashboards/My Tests/CMake/Source/CPack/cmCPackGenerator.cxx: In member function 'virtual int cmCPackGenerator::InstallProjectViaInstalledDirectories(bool, const char*)':
/home/kitware/Dashboards/My Tests/CMake/Source/CPack/cmCPackGenerator.cxx:348: warning: declaration of 'files' shadows a member of 'this'
Please re-start work from where my fixes left off:
$ git checkout -b CPack-APIredesign 31a313d4
Then create a commit to fix these warnings. You can use the topic
stage ( http://www.cmake.org/Wiki/CMake/Git#Topic_Stage ) to merge
it to next.
Thanks,
-Brad
More information about the cmake-developers
mailing list