diff options
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 1e7baae..3b5955c 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -933,7 +933,7 @@ if(NOT "${OPENSSLDIR}" STREQUAL "") | |||
933 | add_definitions(-DOPENSSLDIR=\"${OPENSSLDIR}\") | 933 | add_definitions(-DOPENSSLDIR=\"${OPENSSLDIR}\") |
934 | else() | 934 | else() |
935 | if(WIN32) | 935 | if(WIN32) |
936 | add_definitions(-DOPENSSLDIR=\"C:/libressl/ssl\") | 936 | add_definitions(-DOPENSSLDIR=\"C:/Windows/libressl/ssl\") |
937 | else() | 937 | else() |
938 | add_definitions(-DOPENSSLDIR=\"${CMAKE_INSTALL_PREFIX}/etc/ssl\") | 938 | add_definitions(-DOPENSSLDIR=\"${CMAKE_INSTALL_PREFIX}/etc/ssl\") |
939 | endif() | 939 | endif() |