summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/CPackComponents/VerifyResult.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CPackComponents/VerifyResult.cmake b/Tests/CPackComponents/VerifyResult.cmake
index 3e64a46..850ec00 100644
--- a/Tests/CPackComponents/VerifyResult.cmake
+++ b/Tests/CPackComponents/VerifyResult.cmake
@@ -17,7 +17,7 @@ if(WIN32)
DOC "makensis.exe location"
)
if(NSIS_MAKENSIS_EXECUTABLE)
- set(expected_file_mask "${CPackComponents_BINARY_DIR}/*.exe")
+ set(expected_file_mask "${CPackComponents_BINARY_DIR}/MyLib-*.exe")
endif(NSIS_MAKENSIS_EXECUTABLE)
endif(WIN32)
@@ -25,7 +25,7 @@ if(APPLE)
# Always expect the *.dmg installer - PackageMaker should always
# be installed on a development Mac:
#
- set(expected_file_mask "${CPackComponents_BINARY_DIR}/*.dmg")
+ set(expected_file_mask "${CPackComponents_BINARY_DIR}/MyLib-*.dmg")
endif(APPLE)
if(expected_file_mask)
tion> Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn-r1930] Add Globus 1.1; refer Gass to Globus 1.0Raymond Lu2000-01-051-6/+42
* [svn-r1927] Added #include <H5FDdpss.h>Raymond Lu1999-12-221-0/+1
* [svn-r1925] DPSS is checked in.Raymond Lu1999-12-218-3/+693
* [svn-r1919] Added Pthread library options.Albert Cheng1999-12-201-0/+6
* [svn-r1917] Updated the change history of H5FD_mpio_write().Albert Cheng1999-12-201-0/+7
* [svn-r1916] Changed the #define TRUE to be consistent with the one in H5priva...Albert Cheng1999-12-201-1/+1
* [svn-r1915] Purpose:Albert Cheng1999-12-201-15/+21
* [svn-r1881] Changed all the HAVE_PARALLEL and HAVE_GASS macros to the newAlbert Cheng1999-12-1718-85/+84
* [svn-r1868] Added a new component, H5_VERS_SUBRELEASE, to the release informa...Albert Cheng1999-12-101-3/+5
* [svn-r1861] Snapshot version 1.3 release 9Albert Cheng1999-12-091-1/+1
* [svn-r1859] * 1999-12-09Robb Matzke1999-12-092-36/+37
* [svn-r1857] Fixed error in decoding hyperslab regions for dataset region refe...Quincey Koziol1999-12-071-1/+1
* [svn-r1850] Snapshot version 1.3 release 8Albert Cheng1999-12-021-1/+1
* [svn-r1849] Performance improvement to H5FD_mpio_open: eliminated unnecessary...Robert Kim Yates1999-12-011-19/+38
* [svn-r1847] ** src/H5T.cRobb Matzke1999-11-233-952/+1081
* [svn-r1845] Snapshot version 1.3 release 7Albert Cheng1999-11-221-1/+1
* [svn-r1844] Changed to use the H5_HAVE_PARALLEL macro names.Albert Cheng1999-11-22