We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe6b50 commit 4fea45aCopy full SHA for 4fea45a
CMakeLists.txt
@@ -7,7 +7,7 @@ enable_testing()
7
8
add_subdirectory("tensor-array-repo/Tensor-Array" EXCLUDE_FROM_ALL)
9
10
-find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
+find_package(Python COMPONENTS Interpreter Development.Module Development.Embed REQUIRED)
11
12
if(Python_FOUND)
13
add_subdirectory("third_party/pybind11" EXCLUDE_FROM_ALL)
0 commit comments