#CMake rant: can't not love the system in which `find_package(Python3 COMPONENTS Development)` works and finds Development.Module:
-- Found Python3: /usr/include/python3.12 (found version "3.12.12") found components: Development Development.Module Development.Embed
but doing `find_package(Python3 COMPONENTS Development.Module)` fails:
-- Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Development.Module)
This is just so logical.





