sigh, add back the quotes for C

This commit is contained in:
Brent Cook 2019-06-10 07:07:44 -05:00
parent 6e2192618a
commit 5ed7cf2553

View File

@ -933,7 +933,7 @@ if(NOT "${OPENSSLDIR}" STREQUAL "")
add_definitions(-DOPENSSLDIR=\"${OPENSSLDIR}\")
else()
if(WIN32)
add_definitions(-DOPENSSLDIR=C:/libressl/ssl)
add_definitions(-DOPENSSLDIR=\"C:/libressl/ssl\")
else()
add_definitions(-DOPENSSLDIR=\"${CMAKE_INSTALL_PREFIX}/etc/ssl\")
endif()