mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-03 13:22:02 +03:00
The test suite generator has been a Python script for a long time, but tests/CMakeLists.txt still looked for Perl. The reference to PYTHON_INTERP only worked due to a call to find_package(PythonInterp) in the toplevel CMakeLists.txt, and cmake would not have printed the expected error message if python was not available.