diff --git a/src/plugins/python/CMakeLists.txt b/src/plugins/python/CMakeLists.txt index baa492483..c0003a1ae 100644 --- a/src/plugins/python/CMakeLists.txt +++ b/src/plugins/python/CMakeLists.txt @@ -20,9 +20,9 @@ # if(CMAKE_VERSION VERSION_LESS "3.18.0") - find_package(Python 3.0 REQUIRED COMPONENTS Development) + find_package(Python 3.0 REQUIRED COMPONENTS Interpreter Development) else() - find_package(Python 3.0 REQUIRED COMPONENTS Development.Embed) + find_package(Python 3.0 REQUIRED COMPONENTS Interpreter Development.Embed) endif() add_library(python MODULE