mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
ENH: release scripts
This commit is contained in:
@@ -6,7 +6,7 @@ set(RELEASE_SCRIPTS
|
||||
dashmacmini2_release.cmake # Mac Darwin universal
|
||||
dashsun1_release.cmake # SunOS
|
||||
destiny_release.cmake # HPUX
|
||||
hythloth_release.cmake # Linux
|
||||
magrathea_release.cmake # Linux
|
||||
dashsgi1_release.cmake # IRIX
|
||||
dashsgi1_release64.cmake # IRIX 64
|
||||
vogon_release.cmake # Windows
|
||||
|
||||
@@ -6,8 +6,9 @@ set(CPACK_BINARY_GENERATORS "PackageMaker TGZ TZ")
|
||||
set(CPACK_SOURCE_GENERATORS "TGZ TZ")
|
||||
set(INITIAL_CACHE "
|
||||
CMAKE_BUILD_TYPE:STRING=Release
|
||||
CMAKE_OSX_ARCHITECTURES:STRING=ppc\;i386
|
||||
CMAKE_OSX_ARCHITECTURES:STRING=ppc;i386
|
||||
CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
|
||||
CPACK_SYSTEM_NAME:STRING=Darwin-universal
|
||||
")
|
||||
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
include(${path}/release_cmake.cmake)
|
||||
|
||||
Reference in New Issue
Block a user