fabien-ors

Results 2 comments of fabien-ors

I experience the same issue using CMake 3.21.4, python 3.9.2, pybind11 2.9.2 on Ubuntu 18.04. The simple following CMakeLists.txt ``` cmake_minimum_required(VERSION 3.20) project(test_find_pybind11) find_package(Python3) find_package(pybind11) ``` produces the following :...

Thank you for this very good package! I confirm the issue using fresh installation of grip 4.6.2 on ubuntu-latest github runner (Ubuntu 22.04, python 3.10.12). I obtain the following HTML...