Skip to content

Commit

Permalink
Merge pull request #45 from andrsd/fix-py-install
Browse files Browse the repository at this point in the history
Fixing install command for the python package
  • Loading branch information
andrsd authored Oct 26, 2023
2 parents 9d55c51 + 8968461 commit 8e27607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ target_link_libraries(
install(
TARGETS ${PROJECT_NAME}
COMPONENT python
LIBRARY DESTINATION "${Python3_SITELIB}/pyfprops"
LIBRARY DESTINATION "lib/python${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}/site-packages/pyfprops"
)

0 comments on commit 8e27607

Please sign in to comment.