summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-03-07 17:27:56 (GMT)
committerGitHub <noreply@github.com>2024-03-07 17:27:56 (GMT)
commitc872acae63feb8b391f6919b94c2d2d06deb1a19 (patch)
tree8b80a7f2f973724dc5f62c9f63314f85a82240ff /release_docs/INSTALL_CMake.txt
parent64a0b71c86bd6606c4e6feb0206e6fdcad5a7771 (diff)
downloadhdf5-c872acae63feb8b391f6919b94c2d2d06deb1a19.zip
hdf5-c872acae63feb8b391f6919b94c2d2d06deb1a19.tar.gz
hdf5-c872acae63feb8b391f6919b94c2d2d06deb1a19.tar.bz2
New option for building with static CRT in Windows (#4062)
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r--release_docs/INSTALL_CMake.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 392abf3..4d4af24 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -968,13 +968,10 @@ VII. User Defined Options for HDF5 Libraries with CMake
========================================================================
Support for User Defined macros and options has been added. The file
-UserMacros.cmake has an example of the technique. In the folder,
-config/cmake/UserMacros, is an implementation for Windows Visual Studio
-users for linking libraries to the static CRT - Windows_MT.cmake.
+UserMacros.cmake has an example of the technique.
-Copy the contents of the file, both macro and option, into the
-UserMacros.cmake file. Then enable the option to the CMake configuration,
-build and test process.
+Replace the template code with your macro in the UserMacros.cmake file.
+Then enable the option to the CMake configuration, build and test process.
========================================================================