Skip to content

Commit 4fea45a

Browse files
test
1 parent 7fe6b50 commit 4fea45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enable_testing()
77

88
add_subdirectory("tensor-array-repo/Tensor-Array" EXCLUDE_FROM_ALL)
99

10-
find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
10+
find_package(Python COMPONENTS Interpreter Development.Module Development.Embed REQUIRED)
1111

1212
if(Python_FOUND)
1313
add_subdirectory("third_party/pybind11" EXCLUDE_FROM_ALL)

0 commit comments

Comments
 (0)