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
f9f683a2
Commit
f9f683a2
authored
Jun 20, 2016
by
Ryan Pendleton
Committed by
Otavio Rodolfo Piske
Feb 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing OPENSSL define to CMakeLists.txt
Signed-off-by:
Ryan Pendleton
<
me@ryanp.me
>
parent
b187f549
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
src/CMakeLists.txt
+2
-1
No files found.
src/CMakeLists.txt
View file @
f9f683a2
...
...
@@ -104,7 +104,8 @@ SET(OPENSSL_LIB_SEARCH_PATH "" CACHE PATH "Directory containing OpenSSL librarie
SET_TARGET_PROPERTIES
(
paho-mqtt3cs paho-mqtt3as PROPERTIES
VERSION
${
CLIENT_VERSION
}
SOVERSION
${
PAHO_VERSION_MAJOR
}
)
SOVERSION
${
PAHO_VERSION_MAJOR
}
COMPILE_DEFINITIONS
"OPENSSL=1"
)
INSTALL
(
TARGETS paho-mqtt3cs
RUNTIME DESTINATION bin
LIBRARY DESTINATION
${
PAHO_LIBRARY_DIR_NAME
}
)
...
...
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