Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
b9d39e29
Commit
b9d39e29
authored
Mar 11, 2015
by
Ghislain MARY
Browse files
Add check for DTLS in FindPolarSSL.cmake.
parent
abfb0328
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cmake/FindPolarSSL.cmake
cmake/FindPolarSSL.cmake
+3
-2
No files found.
cmake/FindPolarSSL.cmake
View file @
b9d39e29
...
...
@@ -63,13 +63,14 @@ x509parse_crtpath(0,0);
return 0;
}"
X509PARSE_CRTPATH_OK
)
check_symbol_exists
(
ssl_get_dtls_srtp_protection_profile
"polarssl/ssl.h"
HAVE_SSL_GET_DTLS_SRTP_PROTECTION_PROFILE
)
cmake_pop_check_state
()
endif
()
include
(
FindPackageHandleStandardArgs
)
find_package_handle_standard_args
(
PolarSSL
DEFAULT_MSG
POLARSSL_INCLUDE_DIRS POLARSSL_LIBRARIES
POLARSSL_INCLUDE_DIRS POLARSSL_LIBRARIES
HAVE_POLARSSL_SSL_H
)
mark_as_advanced
(
POLARSSL_INCLUDE_DIRS POLARSSL_LIBRARIES
)
mark_as_advanced
(
POLARSSL_INCLUDE_DIRS POLARSSL_LIBRARIES
HAVE_POLARSSL_SSL_H X509PARSE_CRTPATH_OK HAVE_SSL_GET_DTLS_SRTP_PROTECTION_PROFILE
)
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