sigh, add back the quotes for C
This commit is contained in:
parent
6e2192618a
commit
5ed7cf2553
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user