mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Fixed Map API CMake option
This commit is contained in:
parent
5024051e35
commit
dd2133f56e
@ -763,6 +763,9 @@ endif ()
|
||||
# Option to build the map API
|
||||
#-----------------------------------------------------------------------------
|
||||
option (HDF5_ENABLE_MAP_API "Build the map API" OFF)
|
||||
if (HDF5_ENABLE_MAP_API)
|
||||
set (H5_HAVE_MAP_API 1)
|
||||
endif ()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Add the HDF5 Library Target to the build
|
||||
|
Loading…
Reference in New Issue
Block a user