diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-09-01 14:59:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-09-01 14:59:02 (GMT) |
commit | f805181423939519e85c107784ffb3b360f4e993 (patch) | |
tree | ad01f0bce80b18d1d7c154f0a40862e10c85a43b /config | |
parent | 7caccf6cd401d7d68e78f31e48ec68a5685c1f78 (diff) | |
download | hdf5-f805181423939519e85c107784ffb3b360f4e993.zip hdf5-f805181423939519e85c107784ffb3b360f4e993.tar.gz hdf5-f805181423939519e85c107784ffb3b360f4e993.tar.bz2 |
[svn-r21349] 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 |