Commit 49cf995
committed
Use CMake's builtin control for MSVCRT link mode
libmongocrypt provided a configuration parameter to control the type of
the MSVC runtime library. This parameter was redundant with the control
that is offered by CMake already. Prefer instead to use that control.
The parameter, CMAKE_MSVC_RUNTIME_LIBRARY, was added in CMake 3.15, which
is the minimum CMake version required by libmongocrypt.1 parent cf8f9f6 commit 49cf995
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
| |||
0 commit comments