Skip to content

Commit

Permalink
fixing typo in cmake install pyproject file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent 2d7b451 commit a876c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/wrappers/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ else()
endif()

install( FILES ${CMAKE_CURRENT_BINARY_DIR}/setup.py DESTINATION python_installer )
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/pyproject.toml DESTINATION python_installer )
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/README.md DESTINATION python_installer )
install( FILES ${CMAKE_CURRENT_LIST_DIR}/pyproject.toml DESTINATION python_installer )
install( FILES ${CMAKE_CURRENT_LIST_DIR}/README.md DESTINATION python_installer )

0 comments on commit a876c25

Please sign in to comment.