Skip to content
Snippets Groups Projects
Commit 2aeff0a1 authored by acpaquette's avatar acpaquette
Browse files

Add install command for python bindings

parent 2fb2d56c
Branches pvl_core
No related tags found
No related merge requests found
...@@ -44,3 +44,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/__init__.py ...@@ -44,3 +44,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/__init__.py
## Move the tests ## Move the tests
#file(COPY ${CMAKE_SOURCE_DIR}/python/tests #file(COPY ${CMAKE_SOURCE_DIR}/python/tests
# DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) # DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
install(CODE "execute_process(COMMAND ${Python3_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/setup.py install --single-version-externally-managed --record=record.txt
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment