KhronosGroup / KTX-Software-CTS

Test Suite (Black Box) for KTX-Software
Apache License 2.0
1 stars 5 forks source link

CMakeLists.txt uses deprecated FindPythonInterp module. #1

Closed MarkCallow closed 1 year ago

MarkCallow commented 1 year ago

CI is getting this warning from CMake 3.27

CMake Warning (dev) at tests/cts/clitests/CMakeLists.txt:5 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Please change it to use the FindPython3 module instead. More information at https://cmake.org/cmake/help/latest/policy/CMP0148.html.

VaderDev commented 1 year ago

Oh, it was released yesterday. Fixed with 26899cb1bf0c386f1bfecae4f8cf49b1da4d4ef9