diff options
author | David Cole <david.cole@kitware.com> | 2011-06-02 02:32:42 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-06-02 18:36:14 (GMT) |
commit | b43af94af1c3f80237fd9889bd5a48e02e279f17 (patch) | |
tree | 94af7860b77c56a22488335ce7d2d63000176830 /Utilities/Release/dash2win64_cygwin.cmake | |
parent | 8af1eaf499cb539719fa1698ea3031a70a861728 (diff) | |
download | CMake-b43af94af1c3f80237fd9889bd5a48e02e279f17.zip CMake-b43af94af1c3f80237fd9889bd5a48e02e279f17.tar.gz CMake-b43af94af1c3f80237fd9889bd5a48e02e279f17.tar.bz2 |
CMake: eliminate use of cvs in the Release scripts
Set GIT_COMMAND to "git" -- each machine involved in building
the CMake release binaries has the right "git" in the PATH.
Separate the release scripts into two batches so we can build
multiple releases on the same machine, in serial, if necessary.
We currnetly do this with the Windows and Cygwin release
binaries on dash2win64.
Sort the files to be uploaded, so that sorting them by modification
time (file copy / upload time) is equivalent to sorting them
alphabetically.
Diffstat (limited to 'Utilities/Release/dash2win64_cygwin.cmake')
-rw-r--r-- | Utilities/Release/dash2win64_cygwin.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake index 64099a9..da66002 100644 --- a/Utilities/Release/dash2win64_cygwin.cmake +++ b/Utilities/Release/dash2win64_cygwin.cmake @@ -12,7 +12,6 @@ CMAKE_Fortran_COMPILER_FULLPATH:FILEPATH=FALSE set(CXX g++) set(CC gcc) set(SCRIPT_NAME dash2win64cygwin) -set(GIT_COMMAND git) set(GIT_EXTRA "git config core.autocrlf true") get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH) include(${path}/release_cmake.cmake) |