Skip to content

Commit

Permalink
Update language in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jul 6, 2021
1 parent 4f5887b commit 37a0e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ work.
$ ctest -V .
$ cmake --build . --target install

On Windows, when using ``MSVC`` if the multithreaded (MT/MTd) run-time library is desired
instead of the shared default (MD/MDd). Try the following during build scripts generation:
When building with Visual Studio, you may build a multithreaded (MT/MTd)
runtime library, using the `MSVC_STATIC_RUNTIME` setting:

$ cmake -DMSVC_STATIC_RUNTIME=ON -DBUILD_SHARED_LIBS=OFF ..
$ cmake -DMSVC_STATIC_RUNTIME=ON -DBUILD_SHARED_LIBS=OFF ..

## On Ubuntu via PPA

Expand Down

0 comments on commit 37a0e1e

Please sign in to comment.