Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kate Kader
Open VDS
Commits
97102423
Commit
97102423
authored
Nov 20, 2019
by
Jørgen Lind
Browse files
Don't link to ssl on windows
parent
e4913e35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
97102423
...
...
@@ -130,7 +130,9 @@ endif()
target_link_libraries
(
openvds_objects PUBLIC $<$<NOT:$<CONFIG:Debug>>:
${
link_3rdparty_release
}
> $<$<CONFIG:Debug>:
${
link_3rdparty_debug
}
>
)
# this need to be explicitly included on centos7 for some reason
target_link_libraries
(
openvds_objects PUBLIC
"ssl"
)
if
(
NOT WIN32
)
target_link_libraries
(
openvds_objects PUBLIC ssl
)
endif
()
#Azure storage exposes boost_system on linux et al.
if
(
UNIX
)
...
...
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