diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-22 21:08:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-22 21:08:52 (GMT) |
commit | 096279caf76a542306b840fb90e1e753e8bbf748 (patch) | |
tree | f486957d11a73caa677bd335258f1abb110c2927 /config/cmake/UserMacros | |
parent | 164bae2439d490f5cc93e1068692d42d56d36b76 (diff) | |
download | hdf5-096279caf76a542306b840fb90e1e753e8bbf748.zip hdf5-096279caf76a542306b840fb90e1e753e8bbf748.tar.gz hdf5-096279caf76a542306b840fb90e1e753e8bbf748.tar.bz2 |
HDFFV-10608 Move toolchain files into a subfolder
Diffstat (limited to 'config/cmake/UserMacros')
-rw-r--r-- | config/cmake/UserMacros/Windows_MT.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cmake/UserMacros/Windows_MT.cmake b/config/cmake/UserMacros/Windows_MT.cmake index b6cc513..78d8277 100644 --- a/config/cmake/UserMacros/Windows_MT.cmake +++ b/config/cmake/UserMacros/Windows_MT.cmake @@ -14,7 +14,8 @@ ######################################################## # To use this option, copy both the macro and option code -# into the root UserMacros.cmake file. +# into the root UserMacros.cmake file. Then enable the option, +# using the command line add "-DBUILD_STATIC_CRT_LIBS:BOOL=ON" # OR add an include to the root UserMacros.cmake file: # INCLUDE(path_to_file/WINDOWS_MT.cmake) |