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

Rolf Eike Beer eike at sf-mail.de
Mon Jan 2 12:57:35 EST 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-remove-reference-to-CVS-directory-when-installing-fi.patch
Type: text/x-patch
Size: 781 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20120102/568d719b/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20120102/568d719b/attachment.sig>


More information about the cmake-developers mailing list