CMake: fix PolarSSL test

This commit is contained in:
Tillmann Karras 2015-07-03 23:33:47 +02:00
parent e64bf9154c
commit 12aed77e8a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ if (POLARSSL_FOUND)
set(CMAKE_REQUIRED_LIBRARIES ${POLARSSL_LIBRARY})
unset(POLARSSL_WORKS CACHE)
check_cxx_source_compiles("
#include <cstring>
#include <polarssl/ctr_drbg.h>
#include <polarssl/entropy.h>
#include <polarssl/net.h>