Changeset 1724
- Timestamp:
- 01/11/11 15:00:00 (7 months ago)
- File:
-
- 1 edited
-
trunk/cmake_include/nexus_package_details.cmake (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake_include/nexus_package_details.cmake
r1714 r1724 1 1 2 include(CPack) 2 3 set (CPACK_PACKAGE_NAME "NeXus") 3 4 set (CPACK_PACKAGE_VENDOR "Science and Technology Facilities Council") … … 5 6 set (CPACK_PACKAGE_VERSION_MINOR "2") 6 7 set (CPACK_PACKAGE_VERSION_PATCH "1") 7 set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR /cmake_include}/nexus_description.txt")8 set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/cmake_include/nexus_description.txt") 8 9 set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "NeXus - a common format for neutron and X-ray scattering data http://www.nexusformat.org/") 9 10 set (CPACK_PACKAGE_FILE_NAME "nexus-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}") … … 12 13 set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING") 13 14 #set (CPACK_RESOURCE_FILE_README) 14 set (CPACK_RESOURCE_FILE_WELCOME "${CMAKE_SOURCE_DIR /cmake_include}/WELCOME")15 set (CPACK_RESOURCE_FILE_WELCOME "${CMAKE_SOURCE_DIR}/cmake_include/WELCOME") 15 16 #set (CPACK_MONOLITHIC_INSTALL) 16 17 if(UNIX)
Note: See TracChangeset
for help on using the changeset viewer.
