diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-25 03:56:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 03:56:02 (GMT) |
commit | d19d9b4c8ace3c712cc8126e37f2a7e3ff68e8a9 (patch) | |
tree | 85a70b2f19c7c374a015da906e8a167db1394b55 /config | |
parent | d4cb10332fb87d6c758cbb68fef3aa206517a3a1 (diff) | |
download | hdf5-d19d9b4c8ace3c712cc8126e37f2a7e3ff68e8a9.zip hdf5-d19d9b4c8ace3c712cc8126e37f2a7e3ff68e8a9.tar.gz hdf5-d19d9b4c8ace3c712cc8126e37f2a7e3ff68e8a9.tar.bz2 |
Updates README.txt to README.md like the other branches (#1675)
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/README.md.cmake.in (renamed from config/cmake/README.txt.cmake.in) | 2 | ||||
-rw-r--r-- | config/cmake_ext_mod/HDFMacros.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.md.cmake.in index 9289870..b60e729 100644 --- a/config/cmake/README.txt.cmake.in +++ b/config/cmake/README.md.cmake.in @@ -14,7 +14,7 @@ It was built with the following options: The contents of this directory are: COPYING - Copyright notice - README.txt - This file + README.md - This file @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ - HDF5 Install Package This binary was built with the ZLIB and SZIP/Libaec external libraries and are diff --git a/config/cmake_ext_mod/HDFMacros.cmake b/config/cmake_ext_mod/HDFMacros.cmake index 53e9f8f..0f9b367 100644 --- a/config/cmake_ext_mod/HDFMacros.cmake +++ b/config/cmake_ext_mod/HDFMacros.cmake @@ -223,7 +223,7 @@ macro (TARGET_C_PROPERTIES wintarget libtype) endmacro () #----------------------------------------------------------------------------- -# Configure the README.txt file for the binary package +# Configure the README.md file for the binary package #----------------------------------------------------------------------------- macro (HDF_README_PROPERTIES target_fortran) set (BINARY_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) @@ -301,8 +301,8 @@ macro (HDF_README_PROPERTIES target_fortran) endif () configure_file ( - ${HDF_RESOURCES_DIR}/README.txt.cmake.in - ${CMAKE_BINARY_DIR}/README.txt @ONLY + ${HDF_RESOURCES_DIR}/README.md.cmake.in + ${CMAKE_BINARY_DIR}/README.md @ONLY ) endmacro () |