Mercurial > trustbridge
comparison cmake/FindPolarSSL.cmake @ 1160:a974b61a5cce
(issue108) Add missing license headers
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 18:00:34 +0200 |
parents | 81183b721b51 |
children |
comparison
equal
deleted
inserted
replaced
1159:0ddb173bcd8b | 1160:a974b61a5cce |
---|---|
1 # Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik | |
2 # Software engineering by Intevation GmbH | |
3 # | |
4 # This file is Free Software under the GNU GPL (v>=2) | |
5 # and comes with ABSOLUTELY NO WARRANTY! | |
6 # See LICENSE.txt for details. | |
1 # - Try to find PolarSSL | 7 # - Try to find PolarSSL |
2 | 8 |
3 # Find the include directories | 9 # Find the include directories |
4 find_path(POLARSSL_INCLUDE_DIR NAMES polarssl/ssl.h) | 10 find_path(POLARSSL_INCLUDE_DIR NAMES polarssl/ssl.h) |
5 | 11 |