Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
487e869e
Commit
487e869e
authored
Mar 26, 2017
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use preinstalled OpenSSL
parent
38c93b5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
appveyor.yml
appveyor.yml
+1
-3
CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
appveyor.yml
View file @
487e869e
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
...
...
src/CMakeLists.txt
View file @
487e869e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment