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

fine tuning

parent ba190d88
No related branches found
No related tags found
No related merge requests found
...@@ -726,7 +726,6 @@ set(CPACK_RESOURCE_FILE_README ${WELCOME_FILE}) ...@@ -726,7 +726,6 @@ set(CPACK_RESOURCE_FILE_README ${WELCOME_FILE})
set(CPACK_RESOURCE_FILE_WELCOME ${WELCOME_FILE}) set(CPACK_RESOURCE_FILE_WELCOME ${WELCOME_FILE})
set(CPACK_PACKAGE_EXECUTABLE "gmsh;Gmsh") set(CPACK_PACKAGE_EXECUTABLE "gmsh;Gmsh")
set(CPACK_STRIP_FILES TRUE) set(CPACK_STRIP_FILES TRUE)
set(CPACK_SOURCE_PACKAGE_FILE_NAME gmsh-${GMSH_VERSION}-source) set(CPACK_SOURCE_PACKAGE_FILE_NAME gmsh-${GMSH_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 "${CMAKE_BINARY_DIR}" "/CVS/" "/.svn" "~$"
...@@ -734,11 +733,14 @@ set(CPACK_SOURCE_IGNORE_FILES "${CMAKE_BINARY_DIR}" "/CVS/" "/.svn" "~$" ...@@ -734,11 +733,14 @@ set(CPACK_SOURCE_IGNORE_FILES "${CMAKE_BINARY_DIR}" "/CVS/" "/.svn" "~$"
"/bin/" "/lib/" "/nightly/" "GPATH" "GRTAGS" "GSYMS" "GTAGS" "/HTML/" "/bin/" "/lib/" "/nightly/" "GPATH" "GRTAGS" "GSYMS" "GTAGS" "/HTML/"
"/TetgenNew/") #"/Tetgen.*/.*(cxx|h)") "/TetgenNew/") #"/Tetgen.*/.*(cxx|h)")
if(UNIX)
# make sure we remove previous installs before doing the next one # make sure we remove previous installs before doing the next one
# ("make package; make package_source" would lead to huge file lists # (on Mac for example "make package; make package_source" would lead
# getting generated due to the Applications symlink in the bundle) # to huge file lists getting generated due to the 'Applications'
# symlink in the bundle)
set(CPACK_INSTALL_COMMANDS set(CPACK_INSTALL_COMMANDS
"${CMAKE_COMMAND} -E remove_directory ${CMAKE_BINARY_DIR}/_CPack_Packages") "${CMAKE_COMMAND} -E remove_directory ${CMAKE_BINARY_DIR}/_CPack_Packages")
endif(UNIX)
if(APPLE) if(APPLE)
set(CPACK_GENERATOR Bundle) set(CPACK_GENERATOR Bundle)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment