That looks like line 201 in CMake-2-6-4 source tree. In CVS HEAD, this has moved to line 390, but the same code is still there...
Looks like that whole else chunk should be removed. Unless somebody can say why it's there...? On Thu, Jul 30, 2009 at 5:41 AM, Pierre-Julien Villoud <[email protected]>wrote: > Hi everyone, > > > > When using CodeBlocks MinGW Makefiles Generator, the project generated does > not contain the custom targets I created. > > I don’t know if this is meant to be, but I would like all the targets I > created to be in the project. > > > > So I just commented the line 201 (the “break” statement) in > cmExtraCodeBlocksGenerator.cxx file and it works… > > > > I hope somebody will find it useful ! > > > > Pierre-Julien > > _______________________________________________ > 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://www.cmake.org/mailman/listinfo/cmake >
_______________________________________________ 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://www.cmake.org/mailman/listinfo/cmake
