eamars / OpenTrickler-RP2040-Controller

OpenTrickler controller application on RP2040 platform
https://discord.gg/ZhdThA2vrW
GNU General Public License v3.0
13 stars 8 forks source link

find_package(PythonInterp REQUIRED) deprecated #35

Closed eamars closed 7 months ago

eamars commented 8 months ago

Need to be replaced by https://cmake.org/cmake/help/latest/module/FindPython.html#module:FindPython

eamars commented 7 months ago

Done