Skip to content

Commit

Permalink
Install python files correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 28, 2023
1 parent cf88360 commit d1af784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install(TARGETS _${COMPONENT_NAME}
)

# Install the Python package.
install(FILES ${python_files}
install(FILES ${files}
DESTINATION ${PYTHON_SITE_INSTALL_DIR}/${COMPONENT_NAME}
)

Expand Down

0 comments on commit d1af784

Please sign in to comment.