README 706 B

12345678910111213141516171819202122232425262728
  1. To create a cmake release, first test the branch:
  2. mkdir 2-4
  3. cd 2-4
  4. cmake -DCMAKE_CREATE_VERSION=CMake-2-4 -P ../create-cmake-release.cmake
  5. ./create-CMake-2-4.sh
  6. If that works:
  7. EDIT CMakeLists.txt and remove the RC setting!
  8. commit that.
  9. Then tag the minor release:
  10. cvs tag 2-4-7
  11. Then create a release from the tag:
  12. mkdir 2-4-7
  13. cd 2-4-7
  14. cmake -DCMAKE_CREATE_VERSION=CMake-2-4-7 -P ../create-cmake-release.cmake
  15. ./create-CMake-2-4.sh
  16. create-cmake-release.cmake: script to run to create release sh script
  17. To add or remove machines this file should be edited.
  18. Cygwin -> directory that contains cpack cygwin package files used in
  19. CMakeCPack.cmake)
  20. machine_release.cmake : config files for each machine