aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-10-18 07:41:25 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-10-18 07:41:25 +0000
commit379e8478f29143ab53f427a6386459cc7a10b519 (patch)
tree528eb9c5d07e243764c61de0516074ccfa8d13f5
parentc2a94a121ae034aebe8024371b0c5c02cffb8315 (diff)
Do not require pybind11 anymore.
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a5d635964f..b975f3adf2f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,7 +52,6 @@ find_package(JNI REQUIRED)
find_package(GTest REQUIRED)
find_package(Python 3.6 COMPONENTS Interpreter Development REQUIRED)
-find_package(pybind11 CONFIG REQUIRED)
find_package(Protobuf REQUIRED)