[cmake-developers] Why does CMake still reference CVS when installing?

David Cole david.cole at kitware.com
Mon Jan 2 13:10:16 EST 2012


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.


On Mon, Jan 2, 2012 at 12:57 PM, Rolf Eike Beer <eike at sf-mail.de> 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



More information about the cmake-developers mailing list