Skip to content

Commit

Permalink
Merge pull request #11896 from AdmiralCurtiss/mbedtls-cmake
Browse files Browse the repository at this point in the history
Fix lingering CMAKE_REQUIRED_INCLUDES variable from FindMBEDTLS.
  • Loading branch information
AdmiralCurtiss committed Jun 8, 2023
2 parents 6513519 + 2a9616d commit 4905acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/FindMBEDTLS.cmake
Expand Up @@ -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
Expand Down

0 comments on commit 4905acf

Please sign in to comment.