[cmake-commits] hoffman committed vogon_cygwin.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 12 09:15:27 EST 2007


Update of /cvsroot/CMake/CMake/Utilities/Release
In directory public:/mounts/ram/cvs-serv1925

Added Files:
	vogon_cygwin.cmake 
Log Message:
ENH: add cygwin on vogon


--- NEW FILE: vogon_cygwin.cmake ---
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)



More information about the Cmake-commits mailing list