Skip to content

Fix Pybind11 issue with `cmake_find_package` generator

Baptiste Esteban requested to merge development/disable-python-packaging into next

cmake_find_package conan generator for pybind11 makes find_package(Pybind11) fails since conan 1.33.

This issue is currently being solved (here).

pybind11 becomes a build requirement of Pylene and have to be a requirements of the user application.

Edited by Edwin Carlinet

Merge request reports