The branch, master has been updated
       via  0baeef0a83a64f2520cc630c19b82238f10d41be (commit)
      from  5f70b4c1691275a3c1d7f9ba4bbae94072d2daf1 (commit)


- Log -----------------------------------------------------------------
commit 0baeef0a83a64f2520cc630c19b82238f10d41be
Author: Michel Zou <[email protected]>
Date:   Thu Sep 6 09:22:10 2012 +0200

    Improve cpack packaging
    
    - Filter out "build" directory
    - source package name is arch-dependent

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67640dc..ae68f1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -90,8 +90,8 @@ endif(${WIN32})
 set(CPACK_RESOURCE_FILE_LICENSE        ${CMAKE_SOURCE_DIR}/LICENSE)
 
 set(CPACK_SOURCE_GENERATOR             TGZ)
-set(CPACK_SOURCE_IGNORE_FILES          "\\\\.git")
-set(CPACK_SOURCE_PACKAGE_FILE_NAME     ${CPACK_PACKAGE_FILE_NAME})
+set(CPACK_SOURCE_IGNORE_FILES          "\\\\.git;~$;build/")
+set(CPACK_SOURCE_PACKAGE_FILE_NAME     
${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION})
 
 # Subdirectories
 if(${UNIX})


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to