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

Drop check for pybind11.h (genpybind does it)

Change-Id: I4cd19bd15cb5983f5faa5df471e8b579dcdac0b3
parent 416984be
No related branches found
Tags ebrains_release-2-rc0
No related merge requests found
......@@ -34,15 +34,6 @@ def configure(cfg):
args=['yaml-cpp >= 0.5.3', '--cflags', '--libs'],
uselib_store='YAMLCPP')
if cfg.env.with_pybind:
cfg.check(
compiler='cxx',
features='cxx pyext',
uselib_store='PYBIND11HWDB',
mandatory=True,
header_name='pybind11/pybind11.h',
)
def build(bld):
bld.add_post_fun(summary)
......
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