2010-02-09 17:01:42 +03:00
|
|
|
set(CMAKE_RELEASE_DIRECTORY "c:/cygwin/home/dashboard/CMakeReleaseCygwin")
|
|
|
|
set(PROCESSORS 9)
|
2015-09-02 21:11:57 +03:00
|
|
|
set(BOOTSTRAP_ARGS "")
|
2010-02-09 17:01:42 +03:00
|
|
|
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
|
2011-12-31 00:40:07 +04:00
|
|
|
CTEST_TEST_TIMEOUT:STRING=7200
|
2011-12-09 17:58:25 +04:00
|
|
|
DART_TESTING_TIMEOUT:STRING=7200
|
2014-01-28 19:38:12 +04:00
|
|
|
SPHINX_HTML:BOOL=ON
|
|
|
|
SPHINX_MAN:BOOL=ON
|
2015-08-05 20:28:35 +03:00
|
|
|
CMake_INSTALL_DEPENDENCIES:BOOL=ON
|
2010-02-09 17:01:42 +03:00
|
|
|
")
|
|
|
|
set(CXX g++)
|
|
|
|
set(CC gcc)
|
2010-02-23 19:49:11 +03:00
|
|
|
set(SCRIPT_NAME dash2win64cygwin)
|
2014-01-28 23:50:56 +04:00
|
|
|
set(GIT_EXTRA "git config core.autocrlf false")
|
2010-02-09 17:01:42 +03:00
|
|
|
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
2012-06-22 19:20:03 +04:00
|
|
|
|
|
|
|
# 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")
|
|
|
|
|
2015-10-06 17:13:28 +03:00
|
|
|
set(LOCAL_DIR cygwin)
|
|
|
|
|
2010-02-09 17:01:42 +03:00
|
|
|
include(${path}/release_cmake.cmake)
|