Skip to content

Commit

Permalink
changed install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Nov 4, 2024
1 parent 4c80aac commit 88cdd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/__init__.py
COPYONLY)

# Setup to run setup tools on install
install(CODE "execute_process(COMMAND python -m pip install -e . WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")
install(CODE "execute_process(COMMAND pip install . WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")

0 comments on commit 88cdd27

Please sign in to comment.