Skip to content

Commit b6f50ef

Browse files
committed
COMP: Fix DOCShapeAXI python scripts
1 parent 2cae378 commit b6f50ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DOCShapeAXI/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(FOLDER_LIBRARY DOCShapeAXI_utils)
66
set(MODULE_PYTHON_SCRIPTS
77
${MODULE_NAME}.py
88
${FOLDER_LIBRARY}/__init__.py
9-
DOCShapeAXI/${FOLDER_LIBRARY}/install_pytorch.py
9+
${FOLDER_LIBRARY}/install_pytorch.py
1010
)
1111

1212
set(MODULE_PYTHON_RESOURCES

DOCShapeAXI/DOCShapeAXI_utils/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)