Skip to content
Snippets Groups Projects
Commit d49b085d authored by Russell Taylor's avatar Russell Taylor
Browse files

Yay! I can commit from my Mac. Now if only I had a working compiler on it.... Re #2752.

parent d339be92
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ set ( ENABLE_CPACK CACHE BOOL "Switch to enable CPack package generation")
if ( ENABLE_CPACK )
# generic package level information
set ( CPACK_PACKAGE_DESCRIPTION_SUMMARY "Neutron Scattering Data Analysis" )
#set ( CPACK_PACKAGE_VENDOR "ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory" )
set ( CPACK_PACKAGE_VENDOR "ISIS Rutherford Appleton Laboratory and NScD Oak Ridge National Laboratory" )
set ( CPACK_PACKAGE_URL http://www.mantidproject.org/ )
set ( CPACK_PACKAGE_CONTACT mantid-help@mantidproject.org )
set ( CPACK_PACKAGE_ICON Images/MantidPlot_Icon_32offset.png )
......@@ -134,6 +134,10 @@ if ( ENABLE_CPACK )
set ( CPACK_PACKAGE_VERSION_MINOR 1 )
set ( CPACK_PACKAGE_VERSION_PATCH ${Framework_WC_LAST_CHANGED_REV} )
set ( CPACK_PACKAGING_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} )
# Mac Packagemaker settings
set ( CPACK_RESOURCE_FILE_README ${CMAKE_SOURCE_DIR}/Installers/MacInstaller/MacOSX-README.rtf )
set ( CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/Installers/WinInstaller/License.rtf )
# RPM information - only used if generating a rpm
#set ( CPACK_RPM_PACKAGE_ARCHITECTURE x86_64 )
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment