davidl@mainPC:~/neumodvb/build$ cmake ..
-- xxx=/noble/
-- Modern OS detected - using clang 20
CMake Error at CMakeLists.txt:74 (cmake_policy):
An attempt was made to set the policy version of CMake to "3.30..3.99"
which is greater than this version of CMake. This is not allowed because
the greater version may have new policies not known to this CMake. You may
need a newer CMake version to build this project.
CMake Error at CMakeLists.txt:79 (find_package):
By not providing "Findpybind11.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "pybind11",
but CMake did not find one.
Could not find a package configuration file provided by "pybind11" with any
of the following names:
pybind11Config.cmake
pybind11-config.cmake
Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
"pybind11_DIR" to a directory containing one of the above files. If
"pybind11" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!