Skip to content

Commit 2ba304e

Browse files
authored
Fix build break: Bump pybind11 required version to 2.6.1 (#1228)
* Disable unneeded clang submodules Signed-off-by: Michael Dolan <michdolan@gmail.com> * Bump pybind11 required version to 2.6.1 Signed-off-by: Michael Dolan <michdolan@gmail.com>
1 parent a271760 commit 2ba304e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/cmake/modules/FindExtPackages.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if(OCIO_BUILD_PYTHON)
6161

6262
# pybind11
6363
# https://github.com/pybind/pybind11
64-
find_package(pybind11 2.4.3 REQUIRED)
64+
find_package(pybind11 2.6.1 REQUIRED)
6565
endif()
6666

6767
if(OCIO_BUILD_DOCS)

0 commit comments

Comments
 (0)