On 1/2/2012 1:10 PM, David Cole wrote: > No deep magic. No shallow magic, either. Just leftover. Kept around > because we supported both git and CVS checkouts for quite some time. > > I think it's safe to remove now.
I agree. It wasn't that long ago that we removed support for read-only CVS checkouts from the Git repository. Now that it is gone this line can go too. Eike, you should be able to push this to the topic stage now that you have dev access and then merge it to 'next'. -Brad > On Mon, Jan 2, 2012 at 12:57 PM, Rolf Eike Beer <[email protected]> wrote: >> I assume this is just a leftover from previous times: >> >> CMakeLists.txt >> >> INSTALL( >> DIRECTORY Modules Templates >> DESTINATION "${CMake_DATA_DEST}" >> >> [...] >> >> PATTERN "CVS" EXCLUDE >> ) >> >> If there isn't any deep magic behind this I'll push a change that simply >> removes this line. >> >> Eike >> -- >> >> 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 -- 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
