Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 22, 2023
1 parent a8f0d9d commit 0bf4658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ endif()
# `-- bindings.<cpython_extension>
# `-- utils.py

install(TARGETS pybind11_blf DESTINATION ${PYTHON_INSTDIR})
install(TARGETS pybind11_blf DESTINATION ${FRAMEWORK_PYTHON_INSTALL_DIR})

# Install the __init__.py file
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/all.py"
DESTINATION ${PYTHON_INSTDIR})
DESTINATION ${FRAMEWORK_PYTHON_INSTALL_DIR})

install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/utils.py"
DESTINATION ${PYTHON_INSTDIR})
DESTINATION ${FRAMEWORK_PYTHON_INSTALL_DIR})

0 comments on commit 0bf4658

Please sign in to comment.