Changeset 1724


Ignore:
Timestamp:
01/11/11 15:00:00 (7 months ago)
Author:
Stephen Rankin
Message:

Added CPack include explicitly. ref#281

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake_include/nexus_package_details.cmake

    r1714 r1724  
    11 
     2include(CPack) 
    23set (CPACK_PACKAGE_NAME "NeXus") 
    34set (CPACK_PACKAGE_VENDOR "Science and Technology Facilities Council") 
     
    56set (CPACK_PACKAGE_VERSION_MINOR "2") 
    67set (CPACK_PACKAGE_VERSION_PATCH "1") 
    7 set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR/cmake_include}/nexus_description.txt") 
     8set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/cmake_include/nexus_description.txt") 
    89set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "NeXus - a common format for neutron and X-ray scattering data http://www.nexusformat.org/") 
    910set (CPACK_PACKAGE_FILE_NAME "nexus-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}") 
     
    1213set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING") 
    1314#set (CPACK_RESOURCE_FILE_README) 
    14 set (CPACK_RESOURCE_FILE_WELCOME "${CMAKE_SOURCE_DIR/cmake_include}/WELCOME") 
     15set (CPACK_RESOURCE_FILE_WELCOME "${CMAKE_SOURCE_DIR}/cmake_include/WELCOME") 
    1516#set (CPACK_MONOLITHIC_INSTALL) 
    1617if(UNIX) 
Note: See TracChangeset for help on using the changeset viewer.