Fix OpenSSL path.

Refs #4865
This commit is contained in:
Gunnar Beutner 2014-04-19 12:25:33 +02:00
parent f6953d76ef
commit b7d4593b8c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if(MSVC)
install(
PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
C:\\openssl\\bin\\libeay32.dll C:\\openssl\\bin\\ssleay32.dll
C:\\\\openssl\\\\bin\\\\libeay32.dll C:\\\\openssl\\\\bin\\\\ssleay32.dll
DESTINATION ${CMAKE_INSTALL_SBINDIR}
)
endif()