diff --git a/cmake/dependencies/CMakeLists.txt b/cmake/dependencies/CMakeLists.txt index abf858f5c3..eb59b5d47c 100644 --- a/cmake/dependencies/CMakeLists.txt +++ b/cmake/dependencies/CMakeLists.txt @@ -155,7 +155,7 @@ endif() # ############################################################################## if(BUILD_PYTHON) # Find Python 3 - find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module) + find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module OPTIONAL_COMPONENTS Development.Embed) endif() if(BUILD_PYTHON AND BUILD_pybind11)