Skip to content
Snippets Groups Projects
Commit 42a988e9 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fix configure for modern pybind11

Change-Id: Ia3a4eada210191b4703222273d3793929d0803cc
parent c81db52d
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,12 @@ def configure(conf):
conf.check_python_headers()
conf.load('pytest')
conf.check_cxx(
conf.check(
uselib_store='PYBIND11',
mandatory = True,
compiler='cxx',
features='cxx pyext',
header_name='pybind11/pybind11.h',
use = 'PYEXT',
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment