Open dvtate opened 3 months ago
this is due to: CMP0148 I think it could be replaced by FindPython3,
probably something like this should be enough to remove the warning and be backwards compatible:
if(CMAKE_VERSION VERSION_LESS "3.27")
#the code that uses findpython3
else()
#the old code
endif()
I think that python was used in the cmake build for linting or running unit tests
cmake gives the following build warning: