From bbbda32a3ef9bbf9b92a021ca2be82852c7c7de4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de>
Date: Wed, 17 Nov 2021 17:10:28 +0100
Subject: [PATCH] Drop check for pybind11.h (genpybind does it)

Change-Id: I4cd19bd15cb5983f5faa5df471e8b579dcdac0b3
---
 wscript | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/wscript b/wscript
index 9487d99..77c936c 100755
--- a/wscript
+++ b/wscript
@@ -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)
 
-- 
GitLab