Skip to content
Snippets Groups Projects
Commit c41dc941 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

git

parent e7b16f8f
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ set(CPACK_STRIP_FILES TRUE) ...@@ -186,7 +186,7 @@ set(CPACK_STRIP_FILES TRUE)
set(CPACK_SOURCE_PACKAGE_FILE_NAME gl2ps-${GL2PS_VERSION}-source) set(CPACK_SOURCE_PACKAGE_FILE_NAME gl2ps-${GL2PS_VERSION}-source)
set(CPACK_SOURCE_GENERATOR TGZ) set(CPACK_SOURCE_GENERATOR TGZ)
set(CPACK_SOURCE_IGNORE_FILES "TODO.txt" "${CMAKE_BINARY_DIR}" "/CVS/" set(CPACK_SOURCE_IGNORE_FILES "TODO.txt" "${CMAKE_BINARY_DIR}" "/CVS/"
"/.svn" "~$" "DS_Store$" "/tmp/" "/bin/" "/lib/") "/.svn" "/.git" "~$" "DS_Store$" "/tmp/" "/bin/" "/lib/")
if(WIN32) if(WIN32)
set(CPACK_GENERATOR ZIP) set(CPACK_GENERATOR ZIP)
else(WIN32) else(WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment