File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ add_custom_target(${PROJECT_NAME}py ALL DEPENDS _${PROJECT_NAME} WORKING_DIRECTO
207207
208208if (NOT SKIP_INSTALL_ALL)
209209 install (CODE "execute_process(WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
210- COMMAND ${PYTHON_EXECUTABLE_LIB_VERSION} ${SETUP_PY} install
210+ COMMAND ${PYTHON_EXECUTABLE_LIB_VERSION} -m pip install
211211 --record=${CMAKE_BINARY_DIR} /install_manifest_py.txt
212212 --root=\$ ENV{DESTDIR}/ --prefix=${CMAKE_INSTALL_PREFIX} )" )
213213endif ()
Original file line number Diff line number Diff line change 5858 description = """Python bindings for the C/C++ libm2k""",
5959 url='https://github.com/analogdevicesinc/libm2k',
6060 py_modules = ["${PROJECT_NAME}"],
61- packages=[''],
61+ # packages=[''],
6262 package_data={'': ['_${PROJECT_NAME}.so', '_${PROJECT_NAME}.pyd']},
6363 classifiers=[
6464 "Programming Language :: Python :: 3",
You can’t perform that action at this time.
0 commit comments