Hi Andrius,

* Andrius Merkys <mer...@debian.org> [2022-11-24 13:25]:
find_package(Python 3.6 REQUIRED COMPONENTS Interpreter Development)

However, CMake output is the following:

-- Found Python: /usr/bin/python3.11 (found suitable version "3.11.0", minimum required is "3.6") found components: Interpreter Development Development.Module Development.Embed
It took me a while, but I found the problem: starting with version
3.15, CMake introduced a new search strategy, so my tests with

cmake_minimum_required(VERSION 3.25)

worked fine, but as soon as you go below 3.15 it breaks again.
I'll upload a fix shortly.


Cheers
Timo


--
⢀⣴⠾⠻⢶⣦⠀   ╭────────────────────────────────────────────────────╮
⣾⠁⢠⠒⠀⣿⡁   │ Timo Röhling                                       │
⢿⡄⠘⠷⠚⠋⠀   │ 9B03 EBB9 8300 DF97 C2B1  23BF CC8C 6BDD 1403 F4CA │
⠈⠳⣄⠀⠀⠀⠀   ╰────────────────────────────────────────────────────╯

Attachment: signature.asc
Description: PGP signature

Reply via email to