diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-09-01 14:58:06 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-09-01 14:58:06 (GMT) |
commit | 3dd57adfc3ab856b449f86f6d0a1bd9714332ade (patch) | |
tree | c30d7da3ba32c686cc460cfd1e06f0515539153a /config | |
parent | 6afaf941bf555a7aa794a41f6f481ecf6872cb91 (diff) | |
download | hdf5-3dd57adfc3ab856b449f86f6d0a1bd9714332ade.zip hdf5-3dd57adfc3ab856b449f86f6d0a1bd9714332ade.tar.gz hdf5-3dd57adfc3ab856b449f86f6d0a1bd9714332ade.tar.bz2 |
[svn-r21348] Need PATH active by default during install for daily binary testing needs
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/NSIS.InstallOptions.ini.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/NSIS.InstallOptions.ini.in b/config/cmake/NSIS.InstallOptions.ini.in index 3887080..83ca053 100644 --- a/config/cmake/NSIS.InstallOptions.ini.in +++ b/config/cmake/NSIS.InstallOptions.ini.in @@ -3,7 +3,7 @@ NumFields=5 [Field 1] Type=label -Text=By default @CPACK_PACKAGE_INSTALL_DIRECTORY@ does not add its directory to the system PATH. +Text=By default @CPACK_PACKAGE_INSTALL_DIRECTORY@ does add its directory to the system PATH. Left=0 Right=-1 Top=0 |