ENH: add cygwin on vogon

This commit is contained in:
Bill Hoffman 2007-02-12 09:15:25 -05:00
parent 1df084bdad
commit c55a3e4d48
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
set(CMAKE_RELEASE_DIRECTORY "c:/hoffman/CMakeReleaseCygwin")
set(PROCESSORS 2)
set(HOST vogon)
set(CPACK_BINARY_GENERATORS "CygwinBinary")
set(CPACK_SOURCE_GENERATORS "CygwinSource")
set(MAKE_PROGRAM "make")
set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release
")
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
include(${path}/release_cmake.cmake)