diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-09-19 13:22:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-09-19 13:22:59 (GMT) |
commit | ba21e5b5e3202bbb669933884e9c014a6c3cd11e (patch) | |
tree | bb54bbda0298b6a4c29f5421dbf9c70074d83825 /config | |
parent | cbe069269b7a6e02aaca103d54471034a07cc247 (diff) | |
download | hdf5-ba21e5b5e3202bbb669933884e9c014a6c3cd11e.zip hdf5-ba21e5b5e3202bbb669933884e9c014a6c3cd11e.tar.gz hdf5-ba21e5b5e3202bbb669933884e9c014a6c3cd11e.tar.bz2 |
[svn-r24164] Add documentation on usage.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/UserMacros/Windows_MT.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/UserMacros/Windows_MT.cmake b/config/cmake/UserMacros/Windows_MT.cmake index 9be5404..175c420 100644 --- a/config/cmake/UserMacros/Windows_MT.cmake +++ b/config/cmake/UserMacros/Windows_MT.cmake @@ -4,6 +4,8 @@ # To use this option, copy both the macro and option code # into the root UserMacros.cmake file. +# OR add an include to the root UserMacros.cmake file: +# INCLUDE(path_to_file/WINDOWS_MT.cmake) #----------------------------------------------------------------------------- # Option to Build with Static CRT libraries on Windows |