Skip to content

Commit c1aedde

Browse files
8Keepfacebook-github-bot
authored andcommitted
Split of "Mass update arvr/third-party/pybind11 to point to third-party/pybind11" #2 (#1433)
Summary: Pull Request resolved: #1433 Incrementally updating this over Differential Revision: D52018058 fbshipit-source-id: fc460e8ca59c4e24828f5a199de011004755d29a
1 parent 9dc6989 commit c1aedde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exir/_serialize/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ cpp_python_extension(
1818
"//executorch/sdk/etdump/...",
1919
],
2020
deps = [
21-
"fbsource//arvr/third-party/pybind11:pybind11",
2221
"fbsource//third-party/flatbuffers:flatc_library",
22+
"fbsource//third-party/pybind11/2.6.2:pybind11",
2323
],
2424
)
2525

exir/_serialize/bindings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#include <flatbuffers/flatc.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
1010
#include <flatbuffers/idl.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
11-
#include <pybind11/pybind11.h> // @manual=fbsource//arvr/third-party/pybind11:pybind11
12-
#include <pybind11/stl.h> // @manual=fbsource//arvr/third-party/pybind11:pybind11
11+
#include <pybind11/pybind11.h> // @manual=fbsource//third-party/pybind11/2.6.2:pybind11
12+
#include <pybind11/stl.h> // @manual=fbsource//third-party/pybind11/2.6.2:pybind11
1313

1414
namespace exir {
1515
namespace {

0 commit comments

Comments
 (0)