cmake: Fix pybind11_abseil integration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user