|
Boost-Commit : |
From: dgregor_at_[hidden]
Date: 2007-05-21 18:02:46
Author: dgregor
Date: 2007-05-21 18:02:45 EDT (Mon, 21 May 2007)
New Revision: 4159
URL: http://svn.boost.org/trac/boost/changeset/4159
Log:
Exclude CVS and Subversion subdirectories when installing via CMake.
Text files modified:
sandbox/troy/boost_1_34_0/CMakeLists.txt | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
Modified: sandbox/troy/boost_1_34_0/CMakeLists.txt
==============================================================================
--- sandbox/troy/boost_1_34_0/CMakeLists.txt (original)
+++ sandbox/troy/boost_1_34_0/CMakeLists.txt 2007-05-21 18:02:45 EDT (Mon, 21 May 2007)
@@ -36,7 +36,10 @@
##########################################################################
# Installation of Boost headers
-install(DIRECTORY boost DESTINATION include)
+install(DIRECTORY boost
+ DESTINATION include
+ PATTERN "CVS" EXCLUDE
+ REGEX ".svn" EXCLUDE)
##########################################################################
##########################################################################
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk