aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-06-10 07:07:44 -0500
committerBrent Cook <busterb@gmail.com>2019-06-10 07:07:44 -0500
commit5ed7cf2553e7dc2e2935666575b59fcfafc17ef7 (patch)
treedef4b5dac739f151fa837b96349057c7029af96b
parent6e2192618aa5fc04fc1a35e8df33cb19710cac62 (diff)
downloadportable-5ed7cf2553e7dc2e2935666575b59fcfafc17ef7.tar.gz
portable-5ed7cf2553e7dc2e2935666575b59fcfafc17ef7.tar.bz2
portable-5ed7cf2553e7dc2e2935666575b59fcfafc17ef7.zip
sigh, add back the quotes for C
-rw-r--r--crypto/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index c21fce5..1e7baae 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}\")
934else() 934else()
935 if(WIN32) 935 if(WIN32)
936 add_definitions(-DOPENSSLDIR=C:/libressl/ssl) 936 add_definitions(-DOPENSSLDIR=\"C:/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()