mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Fix lingering CMAKE_REQUIRED_INCLUDES variable from FindMBEDTLS, this breaks any further can-compile checks.
This commit is contained in:
@ -15,6 +15,7 @@ check_cxx_source_compiles("
|
|||||||
#endif
|
#endif
|
||||||
int main() {}"
|
int main() {}"
|
||||||
MBEDTLS_VERSION_OK)
|
MBEDTLS_VERSION_OK)
|
||||||
|
unset(CMAKE_REQUIRED_INCLUDES)
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(MBEDTLS DEFAULT_MSG
|
find_package_handle_standard_args(MBEDTLS DEFAULT_MSG
|
||||||
|
Reference in New Issue
Block a user