Commit 487e869e authored by Ian Craggs's avatar Ian Craggs

Use preinstalled OpenSSL

parent 38c93b5e
version: 1.0.{build}
version: 1.1.{build}
image: Visual Studio 2015
configuration: Debug
install:
- ps: cinst openssl.light -y
build_script:
- cmd: >-
mkdir build.paho
......
......@@ -114,7 +114,7 @@ IF (PAHO_WITH_SSL)
ENDIF (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
IF (WIN32)
SET(OPENSSL_SEARCH_PATH "C:/Program Files/OpenSSL")
SET(OPENSSL_SEARCH_PATH "C:/OpenSSL-Win64")
ENDIF ()
FIND_PATH(OPENSSL_INCLUDE_DIR openssl/ssl.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment