Skip to content

Commit

Permalink
opae-sdk: fix pybind build error on Fedora 37 (#2652)
Browse files Browse the repository at this point in the history
Fedora 37 python version 3.11 and compatible pybind 11 version 2.9.2

Signed-off-by: anandaravuri <ananda.ravuri@intel.com>
  • Loading branch information
anandaravuri committed Jul 18, 2022
1 parent f6fbd74 commit 610ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Expand Up @@ -31,7 +31,7 @@ if(OPAE_WITH_PYBIND11)
set(PYBIND11_TAG "v2.4.3")
else()
# Otherwise, pull recent pybind11 tag to enable Python 3.9 support.
set(PYBIND11_TAG "v2.8.1")
set(PYBIND11_TAG "v2.9.2")
endif()
message(STATUS "Using pybind11 ${PYBIND11_TAG}")
opae_external_project_add(PROJECT_NAME pybind11
Expand Down

0 comments on commit 610ec28

Please sign in to comment.