mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
CMake: fix PolarSSL test
This commit is contained in:
parent
e64bf9154c
commit
12aed77e8a
@ -34,6 +34,7 @@ if (POLARSSL_FOUND)
|
|||||||
set(CMAKE_REQUIRED_LIBRARIES ${POLARSSL_LIBRARY})
|
set(CMAKE_REQUIRED_LIBRARIES ${POLARSSL_LIBRARY})
|
||||||
unset(POLARSSL_WORKS CACHE)
|
unset(POLARSSL_WORKS CACHE)
|
||||||
check_cxx_source_compiles("
|
check_cxx_source_compiles("
|
||||||
|
#include <cstring>
|
||||||
#include <polarssl/ctr_drbg.h>
|
#include <polarssl/ctr_drbg.h>
|
||||||
#include <polarssl/entropy.h>
|
#include <polarssl/entropy.h>
|
||||||
#include <polarssl/net.h>
|
#include <polarssl/net.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user