Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
ThomasVolkert authored and rndi committed Jan 25, 2019
1 parent 09a3b0c commit 103be33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ e. Copy include files to `C:\pthread-win32\include` - the following ones:

It will try to find OpenSSL and pthreads. If you installed them in the default location, they will be found automatically. If not, you can define the following variables to help CMake find them:
```
OPENSSL_ROOT_DIR=<path to OpenSSL instalation>
OPENSSL_ROOT_DIR=<path to OpenSSL installation>
OPENSSL_LIBRARIES=<path to all the openssl libraries to link>
OPENSSL_INCLUDE_DIR=<path to the OpenSSL include dir>
Expand Down

0 comments on commit 103be33

Please sign in to comment.