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>From 4c2d27edd97fe1c7be84a1fcb1c6977775ac04f2 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer <[email protected]> Date: Mon, 2 Jan 2012 18:53:27 +0100 Subject: [PATCH] remove reference to CVS directory when installing files CMake is in git, let's ignore this. --- CMakeLists.txt | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 169cf60..c43ca6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -630,7 +630,6 @@ INSTALL( PATTERN "*.sh*" PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE - PATTERN "CVS" EXCLUDE ) #----------------------------------------------------------------------- -- 1.7.7
signature.asc
Description: This is a digitally signed message part.
-- 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
