mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r25552] JAVA-1880: hdfview failure to load plugins identified default value was incorrectly formed.
Tested: windows
This commit is contained in:
parent
77e7e788c8
commit
38251c0765
@ -91,7 +91,7 @@ set (H5_DEFAULT_VFD H5FD_SEC2)
|
||||
|
||||
if (NOT DEFINED "H5_DEFAULT_PLUGINDIR")
|
||||
if (WINDOWS)
|
||||
set (H5_DEFAULT_PLUGINDIR "%ALLUSERSPROFILE%/hdf5/lib/plugin")
|
||||
set (H5_DEFAULT_PLUGINDIR "%ALLUSERSPROFILE%\\hdf5\\lib\\plugin")
|
||||
else (WINDOWS)
|
||||
set (H5_DEFAULT_PLUGINDIR "/usr/local/hdf5/lib/plugin")
|
||||
endif (WINDOWS)
|
||||
|
Loading…
Reference in New Issue
Block a user