X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/300dd5da467aca28336fa0512e8a8b271a656af0..83b4edd035b8a44530e7fc081f923567829ab5ae:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 362a0f0e90..6d5b8ad3e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -794,7 +794,7 @@ if((NOT DEFINED enable_python) OR enable_python) find_package(PythonLibsNew ${PYBIND11_PYTHON_VERSION} REQUIRED) else() - find_package(pybind11 2.2.0) + find_package(pybind11 CONFIG) endif() if(NOT PYTHONLIBS_FOUND)