summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/dash2win64_cygwin.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-02-09 14:01:42 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-02-09 14:01:42 (GMT)
commit9ff55c0ebe895128ab28912fadd433353ebfcaff (patch)
treebe545647af97da35a8ce5964e92443fce35671f1 /Utilities/Release/dash2win64_cygwin.cmake
parent1b427400d3fc2e4db62436787471ef73d8cbe9e0 (diff)
downloadCMake-9ff55c0ebe895128ab28912fadd433353ebfcaff.zip
CMake-9ff55c0ebe895128ab28912fadd433353ebfcaff.tar.gz
CMake-9ff55c0ebe895128ab28912fadd433353ebfcaff.tar.bz2
current release stuff
Diffstat (limited to 'Utilities/Release/dash2win64_cygwin.cmake')
-rw-r--r--Utilities/Release/dash2win64_cygwin.cmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake
new file mode 100644
index 0000000..b71f53d
--- /dev/null
+++ b/Utilities/Release/dash2win64_cygwin.cmake
@@ -0,0 +1,16 @@
+set(CMAKE_RELEASE_DIRECTORY "c:/cygwin/home/dashboard/CMakeReleaseCygwin")
+set(PROCESSORS 9)
+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(CVS_COMMAND /usr/bin/cvs)
+set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release
+CMAKE_Fortran_COMPILER_FULLPATH:FILEPATH=FALSE
+")
+set(CXX g++)
+set(CC gcc)
+get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
+include(${path}/release_cmake.cmake)