diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ target_link_libraries(test LibreSSL::TLS) | |||
219 | 219 | ||
220 | Following the guide in the sections above to compile LibreSSL using make and | 220 | Following the guide in the sections above to compile LibreSSL using make and |
221 | running `sudo make install` will install LibreSSL to the `/usr/local/` folder, | 221 | running `sudo make install` will install LibreSSL to the `/usr/local/` folder, |
222 | and will found automatically by find_package. If your system installs it to | 222 | and will be found automatically by find_package. If your system installs it to |
223 | another location, or you have placed them yourself in a different location, you | 223 | another location, or you have placed them yourself in a different location, you |
224 | can set the CMake variable `LIBRESSL_ROOT_DIR` to the correct path, to help | 224 | can set the CMake variable `LIBRESSL_ROOT_DIR` to the correct path, to help |
225 | CMake find the library. | 225 | CMake find the library. |