Mercurial > trustbridge
comparison cmake/FindPolarSSL.cmake @ 36:81183b721b51
Add findPolarssl
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 08:59:06 +0100 |
parents | |
children | a974b61a5cce |
comparison
equal
deleted
inserted
replaced
35:56ba6376426e | 36:81183b721b51 |
---|---|
1 # - Try to find PolarSSL | |
2 | |
3 # Find the include directories | |
4 find_path(POLARSSL_INCLUDE_DIR NAMES polarssl/ssl.h) | |
5 | |
6 find_library(POLARSSL_LIBRARIES NAMES polarssl) | |
7 | |
8 include(FindPackageHandleStandardArgs) | |
9 | |
10 find_package_handle_standard_args(POLARSSL | |
11 REQUIRED_VARS POLARSSL_INCLUDE_DIR POLARSSL_LIBRARIES | |
12 ) |