Skip to content

Commit

Permalink
Merge pull request #2694 from Tilka/polarssl
Browse files Browse the repository at this point in the history
CMake: fix PolarSSL test
  • Loading branch information
Tilka committed Jul 3, 2015
2 parents e64bf91 + 12aed77 commit ced3089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeTests/FindPolarSSL.cmake
Expand Up @@ -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>
Expand Down

0 comments on commit ced3089

Please sign in to comment.