mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
parent
57f179ca57
commit
047b6e04ef
@ -547,9 +547,9 @@ set (${HDF_PREFIX}_DEFAULT_VFD H5FD_SEC2)
|
||||
|
||||
if (NOT DEFINED "${HDF_PREFIX}_DEFAULT_PLUGINDIR")
|
||||
if (WINDOWS)
|
||||
set (${HDF_PREFIX}_DEFAULT_PLUGINDIR "%ALLUSERSPROFILE%\\\\hdf5\\\\lib\\\\plugin")
|
||||
set (${HDF_PREFIX}_DEFAULT_PLUGINDIR "${CMAKE_INSTALL_PREFIX}\\\\lib\\\\plugin;%ALLUSERSPROFILE%\\\\hdf5\\\\lib\\\\plugin")
|
||||
else ()
|
||||
set (${HDF_PREFIX}_DEFAULT_PLUGINDIR "/usr/local/hdf5/lib/plugin")
|
||||
set (${HDF_PREFIX}_DEFAULT_PLUGINDIR "${CMAKE_INSTALL_PREFIX}/lib/plugin:/usr/local/hdf5/lib/plugin")
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
|
@ -47,6 +47,13 @@ New Features
|
||||
|
||||
Configuration:
|
||||
-------------
|
||||
- Added CMAKE_INSTALL_PREFIX to the default plugin path
|
||||
|
||||
To help users find their plugins, the default plugin path has been
|
||||
changed to include the CMAKE_INSTALL_PREFIX. Adding the install prefix
|
||||
allows users to skip setting the HDF5_PLUGIN_PATH environment variable
|
||||
when using plugins with the default lib/plugin location.
|
||||
|
||||
- Removed support for autotools build system.
|
||||
|
||||
- The documentation in the source folder, doc, has been converted to doxygen files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user