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

No commit message

No commit message
parent f601f550
No related branches found
No related tags found
No related merge requests found
...@@ -185,8 +185,8 @@ set(CPACK_PACKAGE_EXECUTABLE "gl2ps;gl2ps") ...@@ -185,8 +185,8 @@ set(CPACK_PACKAGE_EXECUTABLE "gl2ps;gl2ps")
set(CPACK_STRIP_FILES TRUE) 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 "${CMAKE_BINARY_DIR}" "/CVS/" "/.svn" "~$" set(CPACK_SOURCE_IGNORE_FILES "TODO.txt" "${CMAKE_BINARY_DIR}" "/CVS/"
"DS_Store$" "/tmp/" "/bin/" "/lib/") "/.svn" "~$" "DS_Store$" "/tmp/" "/bin/" "/lib/")
if(WIN32) if(WIN32)
set(CPACK_GENERATOR ZIP) set(CPACK_GENERATOR ZIP)
else(WIN32) else(WIN32)
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
GL2PS LICENSE GL2PS LICENSE
Version 2, November 2003 Version 2, November 2003
Copyright (C) 2003, Christophe Geuzaine
Permission to use, copy, and distribute this software and its Permission to use, copy, and distribute this software and its
documentation for any purpose with or without fee is hereby granted, documentation for any purpose with or without fee is hereby granted,
provided that the copyright notice appear in all copies and that both provided that the copyright notice appear in all copies and that both
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment