diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-02-27 16:51:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-02-27 16:51:13 (GMT) |
commit | 6686cac564f5d0015a32b92e4478002069c973ee (patch) | |
tree | 78f5214800ede9f89e3ee0543f4114e5b14b41a9 /config | |
parent | 9a0e84fb4779f40719aecc3330bffb6282728fc5 (diff) | |
download | hdf5-6686cac564f5d0015a32b92e4478002069c973ee.zip hdf5-6686cac564f5d0015a32b92e4478002069c973ee.tar.gz hdf5-6686cac564f5d0015a32b92e4478002069c973ee.tar.bz2 |
Add java version and reference libsettings
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/README.txt.cmake.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.txt.cmake.in index b29d50b..3afebc2 100644 --- a/config/cmake/README.txt.cmake.in +++ b/config/cmake/README.txt.cmake.in @@ -9,7 +9,7 @@ It was built with the following options: -- @LIB_TYPE@ C/C++/Fortran libraries -- SZIP (encoder enabled) and ZLIB -- @LIB_TYPE@ HDF5 tools - -- Java + -- Java @Java_VERSION@ The contents of this directory are: @@ -28,7 +28,8 @@ After Installation The examples folder, HDF5Examples, located in the HDF5 install folder, can be built and tested with CMake and the supplied HDF5_Examples.cmake file. The HDF5_Examples.cmake expects HDF5 to have -been installed in the default location with above compilers. Also, the CMake +been installed in the default location with above compilers (see the +libhdf5.settings file in the lib install folder). Also, the CMake utility should be installed. To test the installation with the examples; |