Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
7d0bc954
Commit
7d0bc954
authored
May 19, 2006
by
Bill Hoffman
Browse files
ENH: release scripts
parent
a2ca4783
Changes
2
Hide whitespace changes
Inline
Side-by-side
Utilities/Release/create-cmake-release.cmake
View file @
7d0bc954
...
...
@@ -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
...
...
Utilities/Release/dashmacmini2_release.cmake
View file @
7d0bc954
...
...
@@ -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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment