diff options
author | Brad King <brad.king@kitware.com> | 2016-03-16 20:40:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-17 13:30:30 (GMT) |
commit | dd630075448f6aa45c0e51444365feb73701ebbd (patch) | |
tree | 5802401221b168fbf1f50c6b9195dbe101a93acb /Utilities/Release/dash2win64_cygwin.cmake | |
parent | bf0712866f3245034f5ee7d5835f5e4ed5f47626 (diff) | |
download | CMake-dd630075448f6aa45c0e51444365feb73701ebbd.zip CMake-dd630075448f6aa45c0e51444365feb73701ebbd.tar.gz CMake-dd630075448f6aa45c0e51444365feb73701ebbd.tar.bz2 |
Utilities/Release: Rename scripts to match target platform
The machine name we happen to use for the build is less informative than
its platform.
Diffstat (limited to 'Utilities/Release/dash2win64_cygwin.cmake')
-rw-r--r-- | Utilities/Release/dash2win64_cygwin.cmake | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake deleted file mode 100644 index ca590ed..0000000 --- a/Utilities/Release/dash2win64_cygwin.cmake +++ /dev/null @@ -1,33 +0,0 @@ -set(CMAKE_RELEASE_DIRECTORY "c:/cygwin/home/dashboard/CMakeReleaseCygwin") -set(PROCESSORS 9) -set(BOOTSTRAP_ARGS "") -set(MAKE_PROGRAM "make") -set(MAKE "${MAKE_PROGRAM} -j8") -set(HOST dash2win64) -set(CPACK_BINARY_GENERATORS "CygwinBinary") -set(CPACK_SOURCE_GENERATORS "CygwinSource") -set(MAKE_PROGRAM "make") -set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release -CMAKE_Fortran_COMPILER_FULLPATH:FILEPATH=FALSE -CTEST_TEST_TIMEOUT:STRING=7200 -DART_TESTING_TIMEOUT:STRING=7200 -SPHINX_HTML:BOOL=ON -SPHINX_MAN:BOOL=ON -CMake_INSTALL_DEPENDENCIES:BOOL=ON -") -set(CXX g++) -set(CC gcc) -set(SCRIPT_NAME dash2win64cygwin) -set(GIT_EXTRA "git config core.autocrlf false") -get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH) - -# WARNING: Temporary fix!! This exclusion of the ExternalProject test -# is temporary until we can set up a new cygwin build machine. -# It only fails because of cygwin/non-cygwin "svn" mismatches in this -# particular environment. This is less than ideal, but at least it -# allows us to produce cygwin builds in the short term. -set(EXTRA_CTEST_ARGS "-E ExternalProject") - -set(LOCAL_DIR cygwin) - -include(${path}/release_cmake.cmake) |