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 b1947f5 commit 7a17e19Copy full SHA for 7a17e19
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)
+find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
11
12
if(Python_FOUND)
13
add_subdirectory("third_party/pybind11" EXCLUDE_FROM_ALL)
0 commit comments