Skip to content

Commit cc87abc

Browse files
committed
cmake: Fix pybind11_abseil integration
1 parent 3d14a77 commit cc87abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ endif()
155155
# ##############################################################################
156156
if(BUILD_PYTHON)
157157
# Find Python 3
158-
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
158+
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module OPTIONAL_COMPONENTS Development.Embed)
159159
endif()
160160

161161
if(BUILD_PYTHON AND BUILD_pybind11)

0 commit comments

Comments
 (0)