Skip to content

Commit 614ade9

Browse files
committed
Fix installation of stub file (wrong directory)
1 parent faf6253 commit 614ade9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,8 @@ nanobind_add_stub(
214214
INSTALL_TIME
215215
VERBOSE
216216
MODULE nanoeigenpy
217-
OUTPUT nanoeigenpy.pyi
217+
OUTPUT ${Python_SITELIB}/nanoeigenpy.pyi
218218
PYTHON_PATH $<TARGET_FILE_DIR:nanoeigenpy>
219-
DEPENDS nanoeigenpy
220219
)
221220

222221
# Install targets

0 commit comments

Comments
 (0)