- Timestamp:
- 01/11/11 16:17:57 (7 months ago)
- File:
-
- 1 edited
-
trunk/CMakeLists.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r1712 r1726 30 30 # refer to the root source directory of the project as ${NeXus_SOURCE_DIR} and 31 31 # to the root binary directory of the project as ${NeXus_BINARY_DIR}. 32 cmake_minimum_required (VERSION 2.8 )32 cmake_minimum_required (VERSION 2.8.4) 33 33 34 34 #The name of our project … … 89 89 include(cmake_include/FindSZIP.cmake) 90 90 include(cmake_include/FindAnt.cmake) 91 include(cmake_include/nexus_package_details.cmake)92 91 93 92 #Find the libraries for the build. … … 255 254 #add_subdirectory (Windows_extra) 256 255 257 # thismust always be last256 # CPack must always be last 258 257 set(CPACK_BINARY_NSIS ON) 259 258 set(CPACK_BINARY_ZIP OFF) … … 262 261 "nexus_spec.in;~$;/.svn/;/.cvsignore/;/CMakeFiles/;/nbproject/;autogen.sh;cmake_install.cmake;Makefile;${CPACK_SOURCE_IGNORE_FILES}") 263 262 264 include( CPack)263 include(cmake_include/nexus_package_details.cmake)
Note: See TracChangeset
for help on using the changeset viewer.
