We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d14a77 commit cc87abcCopy full SHA for cc87abc
cmake/dependencies/CMakeLists.txt
@@ -155,7 +155,7 @@ endif()
155
# ##############################################################################
156
if(BUILD_PYTHON)
157
# Find Python 3
158
- find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
+ find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module OPTIONAL_COMPONENTS Development.Embed)
159
endif()
160
161
if(BUILD_PYTHON AND BUILD_pybind11)
0 commit comments