Revision: 46364
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46364&view=rev
Author:   starseeker
Date:     2011-08-24 00:29:02 +0000 (Wed, 24 Aug 2011)
Log Message:
-----------
Since it's proving convenient to make a build directory in the src dir for a 
cmake .. build, ignore the two most common cases when doing cpack

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2011-08-23 23:23:55 UTC (rev 46363)
+++ brlcad/trunk/CMakeLists.txt 2011-08-24 00:29:02 UTC (rev 46364)
@@ -1617,7 +1617,7 @@
 
        SET(CPACK_SOURCE_GENERATOR TGZ TBZ2 ZIP)
        SET(CPACK_SOURCE_PACKAGE_FILE_NAME "brlcad-${BRLCAD_VERSION}")
-       SET(CPACK_SOURCE_IGNORE_FILES "\\\\.svn/")
+       SET(CPACK_SOURCE_IGNORE_FILES "\\\\.svn/" "build/" "brlcad-build/")
 
        CONFIGURE_FILE("${BRLCAD_CMAKE_DIR}/BRLCAD_CPackOptions.cmake.in"       
"${CMAKE_BINARY_DIR}/BRLCAD_CPackOptions.cmake" @ONLY)
        SET(CPACK_PROJECT_CONFIG_FILE 
"${CMAKE_BINARY_DIR}/BRLCAD_CPackOptions.cmake")

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to