mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Fix lingering CMAKE_REQUIRED_INCLUDES variable from FindMBEDTLS, this breaks any further can-compile checks.
This commit is contained in:
parent
5d40871dd4
commit
2a9616d0a2
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ check_cxx_source_compiles("
|
|||
#endif
|
||||
int main() {}"
|
||||
MBEDTLS_VERSION_OK)
|
||||
unset(CMAKE_REQUIRED_INCLUDES)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(MBEDTLS DEFAULT_MSG
|
||||
|
|
Loading…
Add table
Reference in a new issue