commit | 00894fdf83fe0975597e0be9f03dedfdd7a75e33 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Oct 20 17:07:28 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Oct 21 11:29:24 2021 +0200 |
tree | 471d6628baa28b83cb6a2aa0bd4e8ef2903e6f51 | |
parent | 1f8ef9161ea9f8544895a023dcbdab3843fda8bc [diff] |
xtest: cmake: fix find_package() Commit 1f8ef9161ea9 ("xtest: Allow to specify the python interpreter") introduced ${Python_EXECUTABLE} in the CMake build. Remove the explicit component specification ("Interpreter Development") because it does not seem to be needed and causes the following error [1]: -- Could NOT find Python (missing: Python_EXECUTABLE Python_LIBRARIES Python_INCLUDE_DIRS Interpreter Development) CMake Error at host/xtest/CMakeLists.txt:21 (message): Python interpreter not found Also, use the REQUIRED keyword instead of a custom test and error message. Link: [1] https://dev.azure.com/OPTEE/optee_os/_build/results?buildId=1324&view=logs&j=705748f3-7146-5e86-79af-1c0266d20a8c&t=d3458a7d-1a81-5639-8e63-8927d807e53a&l=3644 Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers