-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #221 git-svn-id: https://svn.nexusformat.org/definitions/trunk@1079 e2afd93b-eb5f-4fc1-b239-527b97798288
- Loading branch information
1 parent
cce257d
commit eeb35ff
Showing
3 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,13 @@ if (${CPACK_GENERATOR} STREQUAL "ZIP") | |
set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY ON) | ||
set(CPACK_ARCHIVE_COMPONENT_INSTALL ON) | ||
endif() | ||
if (${CPACK_GENERATOR} STREQUAL "CygwinBinary") | ||
set(CPACK_CYGWIN_PATCH_NUMBER 1) | ||
endif() | ||
if (${CPACK_GENERATOR} STREQUAL "PackageMaker") | ||
endif() | ||
if (${CPACK_GENERATOR} STREQUAL "Bundle") | ||
endif() | ||
|
||
set(CPACK_PACKAGE_CONTACT "NeXus Developers <[email protected]>") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters