Skip to content

Commit

Permalink
CMake: Drop WHEEL file
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed May 2, 2024
1 parent 4006f04 commit 80540ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions python/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,5 @@ install ( FILES __init__.py

# wheel files
configure_file (METADATA.in METADATA @ONLY)
configure_file (WHEEL.in WHEEL @ONLY)
install (DIRECTORY DESTINATION ${OTFFTW_PYTHON_MODULE_PATH}/${PACKAGE_NAME}-${PACKAGE_VERSION}.dist-info)
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/METADATA ${CMAKE_CURRENT_BINARY_DIR}/WHEEL
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/METADATA
DESTINATION ${OTFFTW_PYTHON_MODULE_PATH}/${PACKAGE_NAME}-${PACKAGE_VERSION}.dist-info)
4 changes: 0 additions & 4 deletions python/src/WHEEL.in

This file was deleted.

0 comments on commit 80540ec

Please sign in to comment.