Changeset 1726 for trunk


Ignore:
Timestamp:
01/11/11 16:17:57 (7 months ago)
Author:
Freddie Akeroyd
Message:

Include cpack at end. Refs #281

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r1712 r1726  
    3030# refer to the root source directory of the project as ${NeXus_SOURCE_DIR} and 
    3131# to the root binary directory of the project as ${NeXus_BINARY_DIR}. 
    32 cmake_minimum_required (VERSION 2.8) 
     32cmake_minimum_required (VERSION 2.8.4) 
    3333 
    3434#The name of our project 
     
    8989include(cmake_include/FindSZIP.cmake) 
    9090include(cmake_include/FindAnt.cmake) 
    91 include(cmake_include/nexus_package_details.cmake) 
    9291 
    9392#Find the libraries for the build. 
     
    255254#add_subdirectory (Windows_extra) 
    256255 
    257 # this must always be last 
     256# CPack must always be last 
    258257set(CPACK_BINARY_NSIS ON) 
    259258set(CPACK_BINARY_ZIP OFF) 
     
    262261          "nexus_spec.in;~$;/.svn/;/.cvsignore/;/CMakeFiles/;/nbproject/;autogen.sh;cmake_install.cmake;Makefile;${CPACK_SOURCE_IGNORE_FILES}")  
    263262 
    264 include(CPack) 
     263include(cmake_include/nexus_package_details.cmake) 
Note: See TracChangeset for help on using the changeset viewer.